| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxy(String name,
String namespace,
String path)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect DELETE requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxy(String name,
String namespace,
String path)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect DELETE requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1DeleteNodeProxy(String name,
String path)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNodeProxyWithHttpInfo(String name,
String path)
connect DELETE requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1DeleteNodeProxyWithPath(String name,
String path,
String path2)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1DeleteNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1DeleteNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1DeleteNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect DELETE requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1GetNamespacedPodAttach(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to attach of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodAttachAsync(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to attach of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedPodAttach
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedPodAttachWithHttpInfo(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to attach of Pod
|
String |
CoreV1Api.connectCoreV1GetNamespacedPodExec(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to exec of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodExecAsync(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to exec of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedPodExec
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedPodExecWithHttpInfo(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to exec of Pod
|
String |
CoreV1Api.connectCoreV1GetNamespacedPodPortforward(String name,
String namespace,
Integer ports)
connect GET requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedPodPortforward
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedPodPortforwardWithHttpInfo(String name,
String namespace,
Integer ports)
connect GET requests to portforward of Pod
|
String |
CoreV1Api.connectCoreV1GetNamespacedPodProxy(String name,
String namespace,
String path)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect GET requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1GetNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1GetNamespacedServiceProxy(String name,
String namespace,
String path)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect GET requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1GetNodeProxy(String name,
String path)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNodeProxyWithHttpInfo(String name,
String path)
connect GET requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1GetNodeProxyWithPath(String name,
String path,
String path2)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1GetNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1GetNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1GetNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect GET requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1HeadNamespacedPodProxy(String name,
String namespace,
String path)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect HEAD requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxy(String name,
String namespace,
String path)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect HEAD requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1HeadNodeProxy(String name,
String path)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNodeProxyWithHttpInfo(String name,
String path)
connect HEAD requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1HeadNodeProxyWithPath(String name,
String path,
String path2)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1HeadNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1HeadNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1HeadNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect HEAD requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxy(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxy(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1OptionsNodeProxy(String name,
String path)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNodeProxyWithHttpInfo(String name,
String path)
connect OPTIONS requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1OptionsNodeProxyWithPath(String name,
String path,
String path2)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1OptionsNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1OptionsNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1OptionsNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect OPTIONS requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PatchNamespacedPodProxy(String name,
String namespace,
String path)
connect PATCH requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect PATCH requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxy(String name,
String namespace,
String path)
connect PATCH requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect PATCH requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PatchNodeProxy(String name,
String path)
connect PATCH requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNodeProxyWithHttpInfo(String name,
String path)
connect PATCH requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PatchNodeProxyWithPath(String name,
String path,
String path2)
connect PATCH requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PATCH requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PatchNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PatchNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PatchNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect PATCH requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PostNamespacedPodAttach(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to attach of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodAttachAsync(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to attach of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedPodAttach
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedPodAttachWithHttpInfo(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to attach of Pod
|
String |
CoreV1Api.connectCoreV1PostNamespacedPodExec(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to exec of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodExecAsync(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to exec of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedPodExec
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedPodExecWithHttpInfo(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to exec of Pod
|
String |
CoreV1Api.connectCoreV1PostNamespacedPodPortforward(String name,
String namespace,
Integer ports)
connect POST requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedPodPortforward
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedPodPortforwardWithHttpInfo(String name,
String namespace,
Integer ports)
connect POST requests to portforward of Pod
|
String |
CoreV1Api.connectCoreV1PostNamespacedPodProxy(String name,
String namespace,
String path)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect POST requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PostNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PostNamespacedServiceProxy(String name,
String namespace,
String path)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect POST requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PostNodeProxy(String name,
String path)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNodeProxyWithHttpInfo(String name,
String path)
connect POST requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PostNodeProxyWithPath(String name,
String path,
String path2)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PostNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PostNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PostNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect POST requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PutNamespacedPodProxy(String name,
String namespace,
String path)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect PUT requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PutNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Pod
|
String |
CoreV1Api.connectCoreV1PutNamespacedServiceProxy(String name,
String namespace,
String path)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect PUT requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Service
|
String |
CoreV1Api.connectCoreV1PutNodeProxy(String name,
String path)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNodeProxyWithHttpInfo(String name,
String path)
connect PUT requests to proxy of Node
|
String |
CoreV1Api.connectCoreV1PutNodeProxyWithPath(String name,
String path,
String path2)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectCoreV1PutNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectCoreV1PutNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectCoreV1PutNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect PUT requests to proxy of Node
|
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1MutatingWebhookConfiguration(IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> callback)
(asynchronously)
create a MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a MutatingWebhookConfiguration
|
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1ValidatingWebhookConfiguration(IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> callback)
(asynchronously)
create a ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.createAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ValidatingWebhookConfiguration
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.createApiextensionsV1beta1CustomResourceDefinition(IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.createApiextensionsV1beta1CustomResourceDefinitionAsync(IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
create a CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.createApiextensionsV1beta1CustomResourceDefinitionCall(IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createApiextensionsV1beta1CustomResourceDefinition
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.createApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CustomResourceDefinition
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.createApiregistrationV1APIService(IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.createApiregistrationV1APIServiceAsync(IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
create an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.createApiregistrationV1APIServiceCall(IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createApiregistrationV1APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.createApiregistrationV1APIServiceWithHttpInfo(IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.createApiregistrationV1beta1APIService(IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.createApiregistrationV1beta1APIServiceAsync(IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
create an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.createApiregistrationV1beta1APIServiceCall(IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createApiregistrationV1beta1APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.createApiregistrationV1beta1APIServiceWithHttpInfo(IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an APIService
|
IoK8sApiAppsV1beta1ControllerRevision |
AppsV1beta1Api.createAppsV1beta1NamespacedControllerRevision(String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedControllerRevisionAsync(String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevision> callback)
(asynchronously)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedControllerRevisionCall(String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevision> |
AppsV1beta1Api.createAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.createAppsV1beta1NamespacedDeployment(String namespace,
IoK8sApiAppsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentAsync(String namespace,
IoK8sApiAppsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentCall(String namespace,
IoK8sApiAppsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta1NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentRollback(String name,
String namespace,
IoK8sApiAppsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentRollbackAsync(String name,
String namespace,
IoK8sApiAppsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentRollbackCall(String name,
String namespace,
IoK8sApiAppsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta1NamespacedDeploymentRollback
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentRollbackWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.createAppsV1beta1NamespacedDeploymentWithHttpInfo(String namespace,
IoK8sApiAppsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.createAppsV1beta1NamespacedStatefulSet(String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedStatefulSetAsync(String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createAppsV1beta1NamespacedStatefulSetCall(String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta1NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.createAppsV1beta1NamespacedStatefulSetWithHttpInfo(String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
IoK8sApiAppsV1beta2ControllerRevision |
AppsV1beta2Api.createAppsV1beta2NamespacedControllerRevision(String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedControllerRevisionAsync(String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevision> callback)
(asynchronously)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedControllerRevisionCall(String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevision> |
AppsV1beta2Api.createAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.createAppsV1beta2NamespacedDaemonSet(String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedDaemonSetAsync(String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
create a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedDaemonSetCall(String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta2NamespacedDaemonSet
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.createAppsV1beta2NamespacedDaemonSetWithHttpInfo(String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.createAppsV1beta2NamespacedDeployment(String namespace,
IoK8sApiAppsV1beta2Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedDeploymentAsync(String namespace,
IoK8sApiAppsV1beta2Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedDeploymentCall(String namespace,
IoK8sApiAppsV1beta2Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta2NamespacedDeployment
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.createAppsV1beta2NamespacedDeploymentWithHttpInfo(String namespace,
IoK8sApiAppsV1beta2Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.createAppsV1beta2NamespacedReplicaSet(String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedReplicaSetAsync(String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
create a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedReplicaSetCall(String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta2NamespacedReplicaSet
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.createAppsV1beta2NamespacedReplicaSetWithHttpInfo(String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.createAppsV1beta2NamespacedStatefulSet(String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedStatefulSetAsync(String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.createAppsV1beta2NamespacedStatefulSetCall(String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1beta2NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.createAppsV1beta2NamespacedStatefulSetWithHttpInfo(String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
IoK8sApiAppsV1ControllerRevision |
AppsV1Api.createAppsV1NamespacedControllerRevision(String namespace,
IoK8sApiAppsV1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedControllerRevisionAsync(String namespace,
IoK8sApiAppsV1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ControllerRevision> callback)
(asynchronously)
create a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedControllerRevisionCall(String namespace,
IoK8sApiAppsV1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1ControllerRevision> |
AppsV1Api.createAppsV1NamespacedControllerRevisionWithHttpInfo(String namespace,
IoK8sApiAppsV1ControllerRevision body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ControllerRevision
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.createAppsV1NamespacedDaemonSet(String namespace,
IoK8sApiAppsV1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedDaemonSetAsync(String namespace,
IoK8sApiAppsV1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
create a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedDaemonSetCall(String namespace,
IoK8sApiAppsV1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1NamespacedDaemonSet
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.createAppsV1NamespacedDaemonSetWithHttpInfo(String namespace,
IoK8sApiAppsV1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
IoK8sApiAppsV1Deployment |
AppsV1Api.createAppsV1NamespacedDeployment(String namespace,
IoK8sApiAppsV1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedDeploymentAsync(String namespace,
IoK8sApiAppsV1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedDeploymentCall(String namespace,
IoK8sApiAppsV1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1NamespacedDeployment
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.createAppsV1NamespacedDeploymentWithHttpInfo(String namespace,
IoK8sApiAppsV1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.createAppsV1NamespacedReplicaSet(String namespace,
IoK8sApiAppsV1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedReplicaSetAsync(String namespace,
IoK8sApiAppsV1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
create a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedReplicaSetCall(String namespace,
IoK8sApiAppsV1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1NamespacedReplicaSet
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.createAppsV1NamespacedReplicaSetWithHttpInfo(String namespace,
IoK8sApiAppsV1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.createAppsV1NamespacedStatefulSet(String namespace,
IoK8sApiAppsV1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedStatefulSetAsync(String namespace,
IoK8sApiAppsV1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.createAppsV1NamespacedStatefulSetCall(String namespace,
IoK8sApiAppsV1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAppsV1NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.createAppsV1NamespacedStatefulSetWithHttpInfo(String namespace,
IoK8sApiAppsV1StatefulSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StatefulSet
|
IoK8sApiAuthenticationV1beta1TokenReview |
AuthenticationV1beta1Api.createAuthenticationV1beta1TokenReview(IoK8sApiAuthenticationV1beta1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.createAuthenticationV1beta1TokenReviewAsync(IoK8sApiAuthenticationV1beta1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthenticationV1beta1TokenReview> callback)
(asynchronously)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.createAuthenticationV1beta1TokenReviewCall(IoK8sApiAuthenticationV1beta1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthenticationV1beta1TokenReview
|
ApiResponse<IoK8sApiAuthenticationV1beta1TokenReview> |
AuthenticationV1beta1Api.createAuthenticationV1beta1TokenReviewWithHttpInfo(IoK8sApiAuthenticationV1beta1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a TokenReview
|
IoK8sApiAuthenticationV1TokenReview |
AuthenticationV1Api.createAuthenticationV1TokenReview(IoK8sApiAuthenticationV1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1Api.createAuthenticationV1TokenReviewAsync(IoK8sApiAuthenticationV1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthenticationV1TokenReview> callback)
(asynchronously)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1Api.createAuthenticationV1TokenReviewCall(IoK8sApiAuthenticationV1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthenticationV1TokenReview
|
ApiResponse<IoK8sApiAuthenticationV1TokenReview> |
AuthenticationV1Api.createAuthenticationV1TokenReviewWithHttpInfo(IoK8sApiAuthenticationV1TokenReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a TokenReview
|
IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview |
AuthorizationV1beta1Api.createAuthorizationV1beta1NamespacedLocalSubjectAccessReview(String namespace,
IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1NamespacedLocalSubjectAccessReviewAsync(String namespace,
IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview> callback)
(asynchronously)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1NamespacedLocalSubjectAccessReviewCall(String namespace,
IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1beta1NamespacedLocalSubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview> |
AuthorizationV1beta1Api.createAuthorizationV1beta1NamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
IoK8sApiAuthorizationV1beta1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a LocalSubjectAccessReview
|
IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectAccessReview(IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectAccessReviewAsync(IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview> callback)
(asynchronously)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectAccessReviewCall(IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1beta1SelfSubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview> |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectAccessReviewWithHttpInfo(IoK8sApiAuthorizationV1beta1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectAccessReview
|
IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectRulesReview(IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectRulesReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectRulesReviewAsync(IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview> callback)
(asynchronously)
create a SelfSubjectRulesReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectRulesReviewCall(IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1beta1SelfSubjectRulesReview
|
ApiResponse<IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview> |
AuthorizationV1beta1Api.createAuthorizationV1beta1SelfSubjectRulesReviewWithHttpInfo(IoK8sApiAuthorizationV1beta1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectRulesReview
|
IoK8sApiAuthorizationV1beta1SubjectAccessReview |
AuthorizationV1beta1Api.createAuthorizationV1beta1SubjectAccessReview(IoK8sApiAuthorizationV1beta1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SubjectAccessReviewAsync(IoK8sApiAuthorizationV1beta1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1beta1SubjectAccessReview> callback)
(asynchronously)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createAuthorizationV1beta1SubjectAccessReviewCall(IoK8sApiAuthorizationV1beta1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1beta1SubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1beta1SubjectAccessReview> |
AuthorizationV1beta1Api.createAuthorizationV1beta1SubjectAccessReviewWithHttpInfo(IoK8sApiAuthorizationV1beta1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SubjectAccessReview
|
IoK8sApiAuthorizationV1LocalSubjectAccessReview |
AuthorizationV1Api.createAuthorizationV1NamespacedLocalSubjectAccessReview(String namespace,
IoK8sApiAuthorizationV1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1NamespacedLocalSubjectAccessReviewAsync(String namespace,
IoK8sApiAuthorizationV1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1LocalSubjectAccessReview> callback)
(asynchronously)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1NamespacedLocalSubjectAccessReviewCall(String namespace,
IoK8sApiAuthorizationV1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1NamespacedLocalSubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1LocalSubjectAccessReview> |
AuthorizationV1Api.createAuthorizationV1NamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
IoK8sApiAuthorizationV1LocalSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a LocalSubjectAccessReview
|
IoK8sApiAuthorizationV1SelfSubjectAccessReview |
AuthorizationV1Api.createAuthorizationV1SelfSubjectAccessReview(IoK8sApiAuthorizationV1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SelfSubjectAccessReviewAsync(IoK8sApiAuthorizationV1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1SelfSubjectAccessReview> callback)
(asynchronously)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SelfSubjectAccessReviewCall(IoK8sApiAuthorizationV1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1SelfSubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1SelfSubjectAccessReview> |
AuthorizationV1Api.createAuthorizationV1SelfSubjectAccessReviewWithHttpInfo(IoK8sApiAuthorizationV1SelfSubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectAccessReview
|
IoK8sApiAuthorizationV1SelfSubjectRulesReview |
AuthorizationV1Api.createAuthorizationV1SelfSubjectRulesReview(IoK8sApiAuthorizationV1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectRulesReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SelfSubjectRulesReviewAsync(IoK8sApiAuthorizationV1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1SelfSubjectRulesReview> callback)
(asynchronously)
create a SelfSubjectRulesReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SelfSubjectRulesReviewCall(IoK8sApiAuthorizationV1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1SelfSubjectRulesReview
|
ApiResponse<IoK8sApiAuthorizationV1SelfSubjectRulesReview> |
AuthorizationV1Api.createAuthorizationV1SelfSubjectRulesReviewWithHttpInfo(IoK8sApiAuthorizationV1SelfSubjectRulesReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SelfSubjectRulesReview
|
IoK8sApiAuthorizationV1SubjectAccessReview |
AuthorizationV1Api.createAuthorizationV1SubjectAccessReview(IoK8sApiAuthorizationV1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SubjectAccessReviewAsync(IoK8sApiAuthorizationV1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiAuthorizationV1SubjectAccessReview> callback)
(asynchronously)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createAuthorizationV1SubjectAccessReviewCall(IoK8sApiAuthorizationV1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizationV1SubjectAccessReview
|
ApiResponse<IoK8sApiAuthorizationV1SubjectAccessReview> |
AuthorizationV1Api.createAuthorizationV1SubjectAccessReviewWithHttpInfo(IoK8sApiAuthorizationV1SubjectAccessReview body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a SubjectAccessReview
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.createAutoscalingV1NamespacedHorizontalPodAutoscaler(String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.createAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.createAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAutoscalingV1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.createAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.createAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.createAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.createAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.createAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.createAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.createAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.createAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.createAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a HorizontalPodAutoscaler
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.createBatchV1beta1NamespacedCronJob(String namespace,
IoK8sApiBatchV1beta1CronJob body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.createBatchV1beta1NamespacedCronJobAsync(String namespace,
IoK8sApiBatchV1beta1CronJob body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.createBatchV1beta1NamespacedCronJobCall(String namespace,
IoK8sApiBatchV1beta1CronJob body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createBatchV1beta1NamespacedCronJob
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.createBatchV1beta1NamespacedCronJobWithHttpInfo(String namespace,
IoK8sApiBatchV1beta1CronJob body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CronJob
|
IoK8sApiBatchV1Job |
BatchV1Api.createBatchV1NamespacedJob(String namespace,
IoK8sApiBatchV1Job body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createBatchV1NamespacedJobAsync(String namespace,
IoK8sApiBatchV1Job body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createBatchV1NamespacedJobCall(String namespace,
IoK8sApiBatchV1Job body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createBatchV1NamespacedJob
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.createBatchV1NamespacedJobWithHttpInfo(String namespace,
IoK8sApiBatchV1Job body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Job
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.createCertificatesV1beta1CertificateSigningRequest(IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.createCertificatesV1beta1CertificateSigningRequestAsync(IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
create a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.createCertificatesV1beta1CertificateSigningRequestCall(IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCertificatesV1beta1CertificateSigningRequest
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.createCertificatesV1beta1CertificateSigningRequestWithHttpInfo(IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a CertificateSigningRequest
|
IoK8sApiCoordinationV1beta1Lease |
CoordinationV1beta1Api.createCoordinationV1beta1NamespacedLease(String namespace,
IoK8sApiCoordinationV1beta1Lease body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.createCoordinationV1beta1NamespacedLeaseAsync(String namespace,
IoK8sApiCoordinationV1beta1Lease body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoordinationV1beta1Lease> callback)
(asynchronously)
create a Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.createCoordinationV1beta1NamespacedLeaseCall(String namespace,
IoK8sApiCoordinationV1beta1Lease body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApiCoordinationV1beta1Lease> |
CoordinationV1beta1Api.createCoordinationV1beta1NamespacedLeaseWithHttpInfo(String namespace,
IoK8sApiCoordinationV1beta1Lease body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Lease
|
IoK8sApiCoreV1Namespace |
CoreV1Api.createCoreV1Namespace(IoK8sApiCoreV1Namespace body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespaceAsync(IoK8sApiCoreV1Namespace body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespaceCall(IoK8sApiCoreV1Namespace body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1Namespace
|
IoK8sApiCoreV1Binding |
CoreV1Api.createCoreV1NamespacedBinding(String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedBindingAsync(String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiCoreV1Binding> callback)
(asynchronously)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedBindingCall(String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedBinding
|
ApiResponse<IoK8sApiCoreV1Binding> |
CoreV1Api.createCoreV1NamespacedBindingWithHttpInfo(String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create a Binding
|
IoK8sApiCoreV1ConfigMap |
CoreV1Api.createCoreV1NamespacedConfigMap(String namespace,
IoK8sApiCoreV1ConfigMap body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedConfigMapAsync(String namespace,
IoK8sApiCoreV1ConfigMap body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ConfigMap> callback)
(asynchronously)
create a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedConfigMapCall(String namespace,
IoK8sApiCoreV1ConfigMap body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApiCoreV1ConfigMap> |
CoreV1Api.createCoreV1NamespacedConfigMapWithHttpInfo(String namespace,
IoK8sApiCoreV1ConfigMap body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ConfigMap
|
IoK8sApiCoreV1Endpoints |
CoreV1Api.createCoreV1NamespacedEndpoints(String namespace,
IoK8sApiCoreV1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedEndpointsAsync(String namespace,
IoK8sApiCoreV1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedEndpointsCall(String namespace,
IoK8sApiCoreV1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApiCoreV1Endpoints> |
CoreV1Api.createCoreV1NamespacedEndpointsWithHttpInfo(String namespace,
IoK8sApiCoreV1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
IoK8sApiCoreV1Event |
CoreV1Api.createCoreV1NamespacedEvent(String namespace,
IoK8sApiCoreV1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedEventAsync(String namespace,
IoK8sApiCoreV1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedEventCall(String namespace,
IoK8sApiCoreV1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedEvent
|
ApiResponse<IoK8sApiCoreV1Event> |
CoreV1Api.createCoreV1NamespacedEventWithHttpInfo(String namespace,
IoK8sApiCoreV1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Event
|
IoK8sApiCoreV1LimitRange |
CoreV1Api.createCoreV1NamespacedLimitRange(String namespace,
IoK8sApiCoreV1LimitRange body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedLimitRangeAsync(String namespace,
IoK8sApiCoreV1LimitRange body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1LimitRange> callback)
(asynchronously)
create a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedLimitRangeCall(String namespace,
IoK8sApiCoreV1LimitRange body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApiCoreV1LimitRange> |
CoreV1Api.createCoreV1NamespacedLimitRangeWithHttpInfo(String namespace,
IoK8sApiCoreV1LimitRange body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a LimitRange
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.createCoreV1NamespacedPersistentVolumeClaim(String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPersistentVolumeClaimAsync(String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
create a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPersistentVolumeClaimCall(String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedPersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.createCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PersistentVolumeClaim
|
IoK8sApiCoreV1Pod |
CoreV1Api.createCoreV1NamespacedPod(String namespace,
IoK8sApiCoreV1Pod body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodAsync(String namespace,
IoK8sApiCoreV1Pod body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
create a Pod
|
IoK8sApiCoreV1Binding |
CoreV1Api.createCoreV1NamespacedPodBinding(String name,
String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create binding of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodBindingAsync(String name,
String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiCoreV1Binding> callback)
(asynchronously)
create binding of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodBindingCall(String name,
String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedPodBinding
|
ApiResponse<IoK8sApiCoreV1Binding> |
CoreV1Api.createCoreV1NamespacedPodBindingWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Binding body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create binding of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodCall(String namespace,
IoK8sApiCoreV1Pod body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedPod
|
IoK8sApiPolicyV1beta1Eviction |
CoreV1Api.createCoreV1NamespacedPodEviction(String name,
String namespace,
IoK8sApiPolicyV1beta1Eviction body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create eviction of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodEvictionAsync(String name,
String namespace,
IoK8sApiPolicyV1beta1Eviction body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApiPolicyV1beta1Eviction> callback)
(asynchronously)
create eviction of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodEvictionCall(String name,
String namespace,
IoK8sApiPolicyV1beta1Eviction body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedPodEviction
|
ApiResponse<IoK8sApiPolicyV1beta1Eviction> |
CoreV1Api.createCoreV1NamespacedPodEvictionWithHttpInfo(String name,
String namespace,
IoK8sApiPolicyV1beta1Eviction body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create eviction of a Pod
|
IoK8sApiCoreV1PodTemplate |
CoreV1Api.createCoreV1NamespacedPodTemplate(String namespace,
IoK8sApiCoreV1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodTemplateAsync(String namespace,
IoK8sApiCoreV1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedPodTemplateCall(String namespace,
IoK8sApiCoreV1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApiCoreV1PodTemplate> |
CoreV1Api.createCoreV1NamespacedPodTemplateWithHttpInfo(String namespace,
IoK8sApiCoreV1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.createCoreV1NamespacedPodWithHttpInfo(String namespace,
IoK8sApiCoreV1Pod body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Pod
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.createCoreV1NamespacedReplicationController(String namespace,
IoK8sApiCoreV1ReplicationController body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedReplicationControllerAsync(String namespace,
IoK8sApiCoreV1ReplicationController body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
create a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedReplicationControllerCall(String namespace,
IoK8sApiCoreV1ReplicationController body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedReplicationController
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.createCoreV1NamespacedReplicationControllerWithHttpInfo(String namespace,
IoK8sApiCoreV1ReplicationController body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicationController
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.createCoreV1NamespacedResourceQuota(String namespace,
IoK8sApiCoreV1ResourceQuota body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedResourceQuotaAsync(String namespace,
IoK8sApiCoreV1ResourceQuota body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
create a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedResourceQuotaCall(String namespace,
IoK8sApiCoreV1ResourceQuota body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedResourceQuota
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.createCoreV1NamespacedResourceQuotaWithHttpInfo(String namespace,
IoK8sApiCoreV1ResourceQuota body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ResourceQuota
|
IoK8sApiCoreV1Secret |
CoreV1Api.createCoreV1NamespacedSecret(String namespace,
IoK8sApiCoreV1Secret body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedSecretAsync(String namespace,
IoK8sApiCoreV1Secret body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Secret> callback)
(asynchronously)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedSecretCall(String namespace,
IoK8sApiCoreV1Secret body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedSecret
|
ApiResponse<IoK8sApiCoreV1Secret> |
CoreV1Api.createCoreV1NamespacedSecretWithHttpInfo(String namespace,
IoK8sApiCoreV1Secret body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Secret
|
IoK8sApiCoreV1Service |
CoreV1Api.createCoreV1NamespacedService(String namespace,
IoK8sApiCoreV1Service body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Service
|
IoK8sApiCoreV1ServiceAccount |
CoreV1Api.createCoreV1NamespacedServiceAccount(String namespace,
IoK8sApiCoreV1ServiceAccount body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedServiceAccountAsync(String namespace,
IoK8sApiCoreV1ServiceAccount body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ServiceAccount> callback)
(asynchronously)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedServiceAccountCall(String namespace,
IoK8sApiCoreV1ServiceAccount body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApiCoreV1ServiceAccount> |
CoreV1Api.createCoreV1NamespacedServiceAccountWithHttpInfo(String namespace,
IoK8sApiCoreV1ServiceAccount body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedServiceAsync(String namespace,
IoK8sApiCoreV1Service body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
create a Service
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NamespacedServiceCall(String namespace,
IoK8sApiCoreV1Service body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1NamespacedService
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.createCoreV1NamespacedServiceWithHttpInfo(String namespace,
IoK8sApiCoreV1Service body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Service
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.createCoreV1NamespaceWithHttpInfo(IoK8sApiCoreV1Namespace body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Namespace
|
IoK8sApiCoreV1Node |
CoreV1Api.createCoreV1Node(IoK8sApiCoreV1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NodeAsync(IoK8sApiCoreV1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1NodeCall(IoK8sApiCoreV1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1Node
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.createCoreV1NodeWithHttpInfo(IoK8sApiCoreV1Node body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Node
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.createCoreV1PersistentVolume(IoK8sApiCoreV1PersistentVolume body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1PersistentVolumeAsync(IoK8sApiCoreV1PersistentVolume body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createCoreV1PersistentVolumeCall(IoK8sApiCoreV1PersistentVolume body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCoreV1PersistentVolume
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.createCoreV1PersistentVolumeWithHttpInfo(IoK8sApiCoreV1PersistentVolume body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PersistentVolume
|
IoK8sApiEventsV1beta1Event |
EventsV1beta1Api.createEventsV1beta1NamespacedEvent(String namespace,
IoK8sApiEventsV1beta1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.createEventsV1beta1NamespacedEventAsync(String namespace,
IoK8sApiEventsV1beta1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiEventsV1beta1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.createEventsV1beta1NamespacedEventCall(String namespace,
IoK8sApiEventsV1beta1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApiEventsV1beta1Event> |
EventsV1beta1Api.createEventsV1beta1NamespacedEventWithHttpInfo(String namespace,
IoK8sApiEventsV1beta1Event body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Event
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDaemonSet(String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDaemonSetAsync(String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
create a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDaemonSetCall(String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedDaemonSet
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a DaemonSet
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeployment(String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentAsync(String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentCall(String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentRollback(String name,
String namespace,
IoK8sApiExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentRollbackAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentRollbackCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedDeploymentRollback
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentRollbackWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Deployment
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedIngress(String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedIngressAsync(String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
create an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedIngressCall(String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedIngress
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedIngressWithHttpInfo(String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create an Ingress
|
IoK8sApiExtensionsV1beta1NetworkPolicy |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedNetworkPolicy(String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedNetworkPolicyAsync(String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicy> callback)
(asynchronously)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedNetworkPolicyCall(String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicy> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a NetworkPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedReplicaSet(String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedReplicaSetAsync(String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
create a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedReplicaSetCall(String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1NamespacedReplicaSet
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.createExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ReplicaSet
|
IoK8sApiExtensionsV1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.createExtensionsV1beta1PodSecurityPolicy(IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1PodSecurityPolicyAsync(IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1PodSecurityPolicy> callback)
(asynchronously)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createExtensionsV1beta1PodSecurityPolicyCall(IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.createExtensionsV1beta1PodSecurityPolicyWithHttpInfo(IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodSecurityPolicy
|
IoK8sApiNetworkingV1NetworkPolicy |
NetworkingV1Api.createNetworkingV1NamespacedNetworkPolicy(String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.createNetworkingV1NamespacedNetworkPolicyAsync(String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicy> callback)
(asynchronously)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.createNetworkingV1NamespacedNetworkPolicyCall(String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicy> |
NetworkingV1Api.createNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a NetworkPolicy
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.createPolicyV1beta1NamespacedPodDisruptionBudget(String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createPolicyV1beta1NamespacedPodDisruptionBudgetAsync(String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
create a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createPolicyV1beta1NamespacedPodDisruptionBudgetCall(String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPolicyV1beta1NamespacedPodDisruptionBudget
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.createPolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodSecurityPolicy |
PolicyV1beta1Api.createPolicyV1beta1PodSecurityPolicy(IoK8sApiPolicyV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createPolicyV1beta1PodSecurityPolicyAsync(IoK8sApiPolicyV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodSecurityPolicy> callback)
(asynchronously)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createPolicyV1beta1PodSecurityPolicyCall(IoK8sApiPolicyV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiPolicyV1beta1PodSecurityPolicy> |
PolicyV1beta1Api.createPolicyV1beta1PodSecurityPolicyWithHttpInfo(IoK8sApiPolicyV1beta1PodSecurityPolicy body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodSecurityPolicy
|
IoK8sApiRbacV1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRole(IoK8sApiRbacV1beta1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleAsync(IoK8sApiRbacV1beta1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
IoK8sApiRbacV1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleBinding(IoK8sApiRbacV1beta1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleBindingAsync(IoK8sApiRbacV1beta1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleBinding> callback)
(asynchronously)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleBindingCall(IoK8sApiRbacV1beta1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(IoK8sApiRbacV1beta1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleCall(IoK8sApiRbacV1beta1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(IoK8sApiRbacV1beta1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRole
|
IoK8sApiRbacV1beta1Role |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRole(String namespace,
IoK8sApiRbacV1beta1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleAsync(String namespace,
IoK8sApiRbacV1beta1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1Role> callback)
(asynchronously)
create a Role
|
IoK8sApiRbacV1beta1RoleBinding |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleBinding(String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1RoleBinding> callback)
(asynchronously)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleBindingCall(String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleCall(String namespace,
IoK8sApiRbacV1beta1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1beta1Role> |
RbacAuthorizationV1beta1Api.createRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String namespace,
IoK8sApiRbacV1beta1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Role
|
IoK8sApiRbacV1ClusterRole |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRole(IoK8sApiRbacV1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleAsync(IoK8sApiRbacV1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
IoK8sApiRbacV1ClusterRoleBinding |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleBinding(IoK8sApiRbacV1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleBindingAsync(IoK8sApiRbacV1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRoleBinding> callback)
(asynchronously)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleBindingCall(IoK8sApiRbacV1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1ClusterRoleBinding> |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(IoK8sApiRbacV1ClusterRoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleCall(IoK8sApiRbacV1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApiRbacV1ClusterRole> |
RbacAuthorizationV1Api.createRbacAuthorizationV1ClusterRoleWithHttpInfo(IoK8sApiRbacV1ClusterRole body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a ClusterRole
|
IoK8sApiRbacV1Role |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRole(String namespace,
IoK8sApiRbacV1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleAsync(String namespace,
IoK8sApiRbacV1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1Role> callback)
(asynchronously)
create a Role
|
IoK8sApiRbacV1RoleBinding |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleBinding(String namespace,
IoK8sApiRbacV1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleBindingAsync(String namespace,
IoK8sApiRbacV1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1RoleBinding> callback)
(asynchronously)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleBindingCall(String namespace,
IoK8sApiRbacV1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1RoleBinding> |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String namespace,
IoK8sApiRbacV1RoleBinding body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleCall(String namespace,
IoK8sApiRbacV1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1Role> |
RbacAuthorizationV1Api.createRbacAuthorizationV1NamespacedRoleWithHttpInfo(String namespace,
IoK8sApiRbacV1Role body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a Role
|
IoK8sApiSchedulingV1beta1PriorityClass |
SchedulingV1beta1Api.createSchedulingV1beta1PriorityClass(IoK8sApiSchedulingV1beta1PriorityClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.createSchedulingV1beta1PriorityClassAsync(IoK8sApiSchedulingV1beta1PriorityClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiSchedulingV1beta1PriorityClass> callback)
(asynchronously)
create a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.createSchedulingV1beta1PriorityClassCall(IoK8sApiSchedulingV1beta1PriorityClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApiSchedulingV1beta1PriorityClass> |
SchedulingV1beta1Api.createSchedulingV1beta1PriorityClassWithHttpInfo(IoK8sApiSchedulingV1beta1PriorityClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PriorityClass
|
IoK8sApiStorageV1beta1StorageClass |
StorageV1beta1Api.createStorageV1beta1StorageClass(IoK8sApiStorageV1beta1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageV1beta1StorageClassAsync(IoK8sApiStorageV1beta1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageV1beta1StorageClassCall(IoK8sApiStorageV1beta1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageV1beta1StorageClass
|
ApiResponse<IoK8sApiStorageV1beta1StorageClass> |
StorageV1beta1Api.createStorageV1beta1StorageClassWithHttpInfo(IoK8sApiStorageV1beta1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StorageClass
|
IoK8sApiStorageV1beta1VolumeAttachment |
StorageV1beta1Api.createStorageV1beta1VolumeAttachment(IoK8sApiStorageV1beta1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageV1beta1VolumeAttachmentAsync(IoK8sApiStorageV1beta1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1VolumeAttachment> callback)
(asynchronously)
create a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageV1beta1VolumeAttachmentCall(IoK8sApiStorageV1beta1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1beta1VolumeAttachment> |
StorageV1beta1Api.createStorageV1beta1VolumeAttachmentWithHttpInfo(IoK8sApiStorageV1beta1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a VolumeAttachment
|
IoK8sApiStorageV1StorageClass |
StorageV1Api.createStorageV1StorageClass(IoK8sApiStorageV1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageV1StorageClassAsync(IoK8sApiStorageV1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageV1StorageClassCall(IoK8sApiStorageV1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageV1StorageClass
|
ApiResponse<IoK8sApiStorageV1StorageClass> |
StorageV1Api.createStorageV1StorageClassWithHttpInfo(IoK8sApiStorageV1StorageClass body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a StorageClass
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.createStorageV1VolumeAttachment(IoK8sApiStorageV1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageV1VolumeAttachmentAsync(IoK8sApiStorageV1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
create a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageV1VolumeAttachmentCall(IoK8sApiStorageV1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageV1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.createStorageV1VolumeAttachmentWithHttpInfo(IoK8sApiStorageV1VolumeAttachment body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1Status |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MutatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1Status |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ValidatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1Status |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1MutatingWebhookConfiguration(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MutatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1Status |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AdmissionregistrationV1beta1Api.deleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ValidatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CollectionCustomResourceDefinition(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CollectionCustomResourceDefinitionAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CollectionCustomResourceDefinitionCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiextensionsV1beta1CollectionCustomResourceDefinition
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CollectionCustomResourceDefinitionWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CustomResourceDefinition
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CustomResourceDefinition(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CustomResourceDefinitionAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CustomResourceDefinitionCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiextensionsV1beta1CustomResourceDefinition
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiextensionsV1beta1Api.deleteApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CustomResourceDefinition
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiregistrationV1Api.deleteApiregistrationV1APIService(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.deleteApiregistrationV1APIServiceAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.deleteApiregistrationV1APIServiceCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiregistrationV1APIService
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiregistrationV1Api.deleteApiregistrationV1APIServiceWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an APIService
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1APIService(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1APIServiceAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete an APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1APIServiceCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiregistrationV1beta1APIService
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1APIServiceWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an APIService
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1CollectionAPIService(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1CollectionAPIServiceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1CollectionAPIServiceCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiregistrationV1beta1CollectionAPIService
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiregistrationV1beta1Api.deleteApiregistrationV1beta1CollectionAPIServiceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of APIService
|
IoK8sApimachineryPkgApisMetaV1Status |
ApiregistrationV1Api.deleteApiregistrationV1CollectionAPIService(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.deleteApiregistrationV1CollectionAPIServiceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.deleteApiregistrationV1CollectionAPIServiceCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteApiregistrationV1CollectionAPIService
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ApiregistrationV1Api.deleteApiregistrationV1CollectionAPIServiceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of APIService
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1CollectionNamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1CollectionNamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1CollectionNamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1CollectionNamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1NamespacedControllerRevision(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1NamespacedDeployment(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1NamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta1Api.deleteAppsV1beta1NamespacedStatefulSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteAppsV1beta1NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta1NamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta1Api.deleteAppsV1beta1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2CollectionNamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2CollectionNamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2CollectionNamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2CollectionNamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2CollectionNamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2CollectionNamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2NamespacedControllerRevision(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDaemonSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2NamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDeployment(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDeploymentCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2NamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2NamespacedReplicaSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2NamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1beta2Api.deleteAppsV1beta2NamespacedStatefulSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.deleteAppsV1beta2NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1beta2NamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1beta2Api.deleteAppsV1beta2NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1CollectionNamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1CollectionNamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1CollectionNamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1CollectionNamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1CollectionNamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1CollectionNamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1CollectionNamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1CollectionNamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1CollectionNamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1CollectionNamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1CollectionNamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1CollectionNamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1CollectionNamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1CollectionNamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1CollectionNamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1CollectionNamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1NamespacedControllerRevision(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ControllerRevision
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1NamespacedDaemonSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1NamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1NamespacedDeployment(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1NamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1NamespacedReplicaSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1NamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AppsV1Api.deleteAppsV1NamespacedStatefulSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.deleteAppsV1NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAppsV1NamespacedStatefulSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AppsV1Api.deleteAppsV1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV1Api.deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV1Api.deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV1Api.deleteAutoscalingV1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV1Api.deleteAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV2beta1Api.deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
AutoscalingV2beta2Api.deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1Status |
BatchV1beta1Api.deleteBatchV1beta1CollectionNamespacedCronJob(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.deleteBatchV1beta1CollectionNamespacedCronJobAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.deleteBatchV1beta1CollectionNamespacedCronJobCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBatchV1beta1CollectionNamespacedCronJob
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
BatchV1beta1Api.deleteBatchV1beta1CollectionNamespacedCronJobWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CronJob
|
IoK8sApimachineryPkgApisMetaV1Status |
BatchV1beta1Api.deleteBatchV1beta1NamespacedCronJob(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.deleteBatchV1beta1NamespacedCronJobAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.deleteBatchV1beta1NamespacedCronJobCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBatchV1beta1NamespacedCronJob
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
BatchV1beta1Api.deleteBatchV1beta1NamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CronJob
|
IoK8sApimachineryPkgApisMetaV1Status |
BatchV1Api.deleteBatchV1CollectionNamespacedJob(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteBatchV1CollectionNamespacedJobAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteBatchV1CollectionNamespacedJobCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBatchV1CollectionNamespacedJob
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
BatchV1Api.deleteBatchV1CollectionNamespacedJobWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
IoK8sApimachineryPkgApisMetaV1Status |
BatchV1Api.deleteBatchV1NamespacedJob(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteBatchV1NamespacedJobAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteBatchV1NamespacedJobCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBatchV1NamespacedJob
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
BatchV1Api.deleteBatchV1NamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
IoK8sApimachineryPkgApisMetaV1Status |
CertificatesV1beta1Api.deleteCertificatesV1beta1CertificateSigningRequest(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificatesV1beta1CertificateSigningRequestAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificatesV1beta1CertificateSigningRequestCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCertificatesV1beta1CertificateSigningRequest
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CertificatesV1beta1Api.deleteCertificatesV1beta1CertificateSigningRequestWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CertificateSigningRequest
|
IoK8sApimachineryPkgApisMetaV1Status |
CertificatesV1beta1Api.deleteCertificatesV1beta1CollectionCertificateSigningRequest(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificatesV1beta1CollectionCertificateSigningRequestAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificatesV1beta1CollectionCertificateSigningRequestCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCertificatesV1beta1CollectionCertificateSigningRequest
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CertificatesV1beta1Api.deleteCertificatesV1beta1CollectionCertificateSigningRequestWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CertificateSigningRequest
|
IoK8sApimachineryPkgApisMetaV1Status |
CoordinationV1beta1Api.deleteCoordinationV1beta1CollectionNamespacedLease(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.deleteCoordinationV1beta1CollectionNamespacedLeaseAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.deleteCoordinationV1beta1CollectionNamespacedLeaseCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoordinationV1beta1CollectionNamespacedLease
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoordinationV1beta1Api.deleteCoordinationV1beta1CollectionNamespacedLeaseWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Lease
|
IoK8sApimachineryPkgApisMetaV1Status |
CoordinationV1beta1Api.deleteCoordinationV1beta1NamespacedLease(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.deleteCoordinationV1beta1NamespacedLeaseAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.deleteCoordinationV1beta1NamespacedLeaseCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoordinationV1beta1Api.deleteCoordinationV1beta1NamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Lease
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedConfigMap(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedConfigMapAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedConfigMapCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedConfigMap
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedConfigMapWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ConfigMap
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedEndpoints(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedEndpointsAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedEndpointsCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedEndpoints
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedEndpointsWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Endpoints
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedEvent(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedEventAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedEventCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedEvent
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedEventWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedLimitRange(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedLimitRangeAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedLimitRangeCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedLimitRange
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedLimitRangeWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of LimitRange
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedPersistentVolumeClaim(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPersistentVolumeClaimAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPersistentVolumeClaimCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedPersistentVolumeClaim
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolumeClaim
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedPod(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPodAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPodCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedPod
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedPodTemplate(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPodTemplateAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedPodTemplateCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedPodTemplate
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedPodTemplateWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodTemplate
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedPodWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Pod
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedReplicationController(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedReplicationControllerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedReplicationControllerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedReplicationController
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedReplicationControllerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicationController
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedResourceQuota(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedResourceQuotaAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedResourceQuotaCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedResourceQuota
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedResourceQuotaWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ResourceQuota
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedSecret(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedSecretAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedSecretCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedSecret
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedSecretWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Secret
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNamespacedServiceAccount(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedServiceAccountAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNamespacedServiceAccountCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNamespacedServiceAccount
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNamespacedServiceAccountWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ServiceAccount
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionNode(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNodeAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionNodeCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionNode
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionNodeWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Node
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1CollectionPersistentVolume(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionPersistentVolumeAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1CollectionPersistentVolumeCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1CollectionPersistentVolume
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1CollectionPersistentVolumeWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolume
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1Namespace(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespaceAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespaceCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1Namespace
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedConfigMap(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedConfigMapAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedConfigMapCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedConfigMapWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ConfigMap
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedEndpoints(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedEndpointsAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedEndpointsCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Endpoints
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedEvent(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedEventAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete an Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedEventCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedEvent
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedLimitRange(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedLimitRangeCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a LimitRange
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedPersistentVolumeClaim(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPersistentVolumeClaimCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedPersistentVolumeClaim
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolumeClaim
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedPod(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPodAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPodCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedPod
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedPodTemplate(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedPodTemplateCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodTemplate
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Pod
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedReplicationController(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedReplicationControllerAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedReplicationControllerCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedReplicationController
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicationController
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedResourceQuota(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedResourceQuotaCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedResourceQuota
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ResourceQuota
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedSecret(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedSecretAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedSecretCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedSecret
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedSecretWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Secret
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedService(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Service
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1NamespacedServiceAccount(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedServiceAccountCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedServiceAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Service
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NamespacedServiceCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1NamespacedService
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Service
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NamespaceWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Namespace
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1Node(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NodeAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1NodeCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1Node
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1NodeWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Node
|
IoK8sApimachineryPkgApisMetaV1Status |
CoreV1Api.deleteCoreV1PersistentVolume(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1PersistentVolumeAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCoreV1PersistentVolumeCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCoreV1PersistentVolume
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
CoreV1Api.deleteCoreV1PersistentVolumeWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolume
|
IoK8sApimachineryPkgApisMetaV1Status |
EventsV1beta1Api.deleteEventsV1beta1CollectionNamespacedEvent(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.deleteEventsV1beta1CollectionNamespacedEventAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.deleteEventsV1beta1CollectionNamespacedEventCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteEventsV1beta1CollectionNamespacedEvent
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
EventsV1beta1Api.deleteEventsV1beta1CollectionNamespacedEventWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
IoK8sApimachineryPkgApisMetaV1Status |
EventsV1beta1Api.deleteEventsV1beta1NamespacedEvent(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.deleteEventsV1beta1NamespacedEventAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete an Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.deleteEventsV1beta1NamespacedEventCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
EventsV1beta1Api.deleteEventsV1beta1NamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionNamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionNamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedIngress(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedIngressAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedIngressCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionNamespacedIngress
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedIngressWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Ingress
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedNetworkPolicy(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedNetworkPolicyAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedNetworkPolicyCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionNamespacedNetworkPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedNetworkPolicyWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionNamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionNamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionPodSecurityPolicy(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionPodSecurityPolicyAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionPodSecurityPolicyCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1CollectionPodSecurityPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1CollectionPodSecurityPolicyWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDaemonSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1NamespacedDaemonSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDeployment(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1NamespacedDeployment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedIngress(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedIngressAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedIngressCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1NamespacedIngress
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Ingress
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedNetworkPolicy(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedReplicaSet(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1NamespacedReplicaSet
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
IoK8sApimachineryPkgApisMetaV1Status |
ExtensionsV1beta1Api.deleteExtensionsV1beta1PodSecurityPolicy(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1PodSecurityPolicyAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteExtensionsV1beta1PodSecurityPolicyCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
ExtensionsV1beta1Api.deleteExtensionsV1beta1PodSecurityPolicyWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
NetworkingV1Api.deleteNetworkingV1CollectionNamespacedNetworkPolicy(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.deleteNetworkingV1CollectionNamespacedNetworkPolicyAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.deleteNetworkingV1CollectionNamespacedNetworkPolicyCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNetworkingV1CollectionNamespacedNetworkPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
NetworkingV1Api.deleteNetworkingV1CollectionNamespacedNetworkPolicyWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
NetworkingV1Api.deleteNetworkingV1NamespacedNetworkPolicy(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.deleteNetworkingV1NamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.deleteNetworkingV1NamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
NetworkingV1Api.deleteNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
PolicyV1beta1Api.deletePolicyV1beta1CollectionNamespacedPodDisruptionBudget(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePolicyV1beta1CollectionNamespacedPodDisruptionBudget
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
PolicyV1beta1Api.deletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodDisruptionBudget
|
IoK8sApimachineryPkgApisMetaV1Status |
PolicyV1beta1Api.deletePolicyV1beta1CollectionPodSecurityPolicy(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1CollectionPodSecurityPolicyAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1CollectionPodSecurityPolicyCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePolicyV1beta1CollectionPodSecurityPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
PolicyV1beta1Api.deletePolicyV1beta1CollectionPodSecurityPolicyWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
PolicyV1beta1Api.deletePolicyV1beta1NamespacedPodDisruptionBudget(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1NamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1NamespacedPodDisruptionBudgetCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePolicyV1beta1NamespacedPodDisruptionBudget
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
PolicyV1beta1Api.deletePolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodDisruptionBudget
|
IoK8sApimachineryPkgApisMetaV1Status |
PolicyV1beta1Api.deletePolicyV1beta1PodSecurityPolicy(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1PodSecurityPolicyAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deletePolicyV1beta1PodSecurityPolicyCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
PolicyV1beta1Api.deletePolicyV1beta1PodSecurityPolicyWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRole(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleBinding(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleBindingAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleBindingCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRole(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleBinding(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleBindingAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleBindingCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1CollectionClusterRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleBindingWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1CollectionClusterRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionClusterRoleWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRole(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBinding(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1CollectionNamespacedRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1CollectionNamespacedRoleWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRole(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleBinding(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleBindingCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1beta1Api.deleteRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRole(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleBinding(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleBindingAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleBindingCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1ClusterRoleWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRole(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleBinding(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleBindingAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleBindingCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1CollectionClusterRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleBindingWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1CollectionClusterRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionClusterRoleWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRole(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleBinding(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleBindingAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleBindingCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1CollectionNamespacedRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleBindingWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1CollectionNamespacedRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1CollectionNamespacedRoleWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRole(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a Role
|
IoK8sApimachineryPkgApisMetaV1Status |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleBinding(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleBindingCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleCall(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
RbacAuthorizationV1Api.deleteRbacAuthorizationV1NamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
IoK8sApimachineryPkgApisMetaV1Status |
SchedulingV1beta1Api.deleteSchedulingV1beta1CollectionPriorityClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.deleteSchedulingV1beta1CollectionPriorityClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.deleteSchedulingV1beta1CollectionPriorityClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSchedulingV1beta1CollectionPriorityClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
SchedulingV1beta1Api.deleteSchedulingV1beta1CollectionPriorityClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PriorityClass
|
IoK8sApimachineryPkgApisMetaV1Status |
SchedulingV1beta1Api.deleteSchedulingV1beta1PriorityClass(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.deleteSchedulingV1beta1PriorityClassAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.deleteSchedulingV1beta1PriorityClassCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
SchedulingV1beta1Api.deleteSchedulingV1beta1PriorityClassWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PriorityClass
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1beta1Api.deleteStorageV1beta1CollectionStorageClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1CollectionStorageClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1CollectionStorageClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1beta1CollectionStorageClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1beta1Api.deleteStorageV1beta1CollectionStorageClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1beta1Api.deleteStorageV1beta1CollectionVolumeAttachment(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1CollectionVolumeAttachmentAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1CollectionVolumeAttachmentCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1beta1CollectionVolumeAttachment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1beta1Api.deleteStorageV1beta1CollectionVolumeAttachmentWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1beta1Api.deleteStorageV1beta1StorageClass(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1StorageClassAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1StorageClassCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1beta1StorageClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1beta1Api.deleteStorageV1beta1StorageClassWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1beta1Api.deleteStorageV1beta1VolumeAttachment(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1VolumeAttachmentAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageV1beta1VolumeAttachmentCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1beta1Api.deleteStorageV1beta1VolumeAttachmentWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1Api.deleteStorageV1CollectionStorageClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1CollectionStorageClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1CollectionStorageClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1CollectionStorageClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1Api.deleteStorageV1CollectionStorageClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1Api.deleteStorageV1CollectionVolumeAttachment(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1CollectionVolumeAttachmentAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete collection of VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1CollectionVolumeAttachmentCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1CollectionVolumeAttachment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1Api.deleteStorageV1CollectionVolumeAttachmentWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1Api.deleteStorageV1StorageClass(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1StorageClassAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1StorageClassCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1StorageClass
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1Api.deleteStorageV1StorageClassWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
IoK8sApimachineryPkgApisMetaV1Status |
StorageV1Api.deleteStorageV1VolumeAttachment(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1VolumeAttachmentAsync(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<IoK8sApimachineryPkgApisMetaV1Status> callback)
(asynchronously)
delete a VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageV1VolumeAttachmentCall(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageV1VolumeAttachment
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1Status> |
StorageV1Api.deleteStorageV1VolumeAttachmentWithHttpInfo(String name,
String pretty,
IoK8sApimachineryPkgApisMetaV1DeleteOptions body,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
AdmissionregistrationApi.getAdmissionregistrationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AdmissionregistrationApi.getAdmissionregistrationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AdmissionregistrationApi.getAdmissionregistrationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAdmissionregistrationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
AdmissionregistrationApi.getAdmissionregistrationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AdmissionregistrationV1beta1Api.getAdmissionregistrationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.getAdmissionregistrationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.getAdmissionregistrationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAdmissionregistrationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AdmissionregistrationV1beta1Api.getAdmissionregistrationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
ApiextensionsApi.getApiextensionsAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
ApiextensionsApi.getApiextensionsAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
ApiextensionsApi.getApiextensionsAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiextensionsAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
ApiextensionsApi.getApiextensionsAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
ApiextensionsV1beta1Api.getApiextensionsV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.getApiextensionsV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.getApiextensionsV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiextensionsV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
ApiextensionsV1beta1Api.getApiextensionsV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
ApiregistrationApi.getApiregistrationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
ApiregistrationApi.getApiregistrationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
ApiregistrationApi.getApiregistrationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiregistrationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
ApiregistrationApi.getApiregistrationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
ApiregistrationV1Api.getApiregistrationV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.getApiregistrationV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.getApiregistrationV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiregistrationV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
ApiregistrationV1Api.getApiregistrationV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
ApiregistrationV1beta1Api.getApiregistrationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.getApiregistrationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.getApiregistrationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiregistrationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
ApiregistrationV1beta1Api.getApiregistrationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroupList |
ApisApi.getAPIVersions()
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroupList> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIVersions
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
AppsApi.getAppsAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AppsApi.getAppsAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AppsApi.getAppsAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAppsAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
AppsApi.getAppsAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AppsV1Api.getAppsV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AppsV1Api.getAppsV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AppsV1Api.getAppsV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAppsV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AppsV1Api.getAppsV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AppsV1beta1Api.getAppsV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AppsV1beta1Api.getAppsV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AppsV1beta1Api.getAppsV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAppsV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AppsV1beta1Api.getAppsV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AppsV1beta2Api.getAppsV1beta2APIResources()
get available resources
|
com.squareup.okhttp.Call |
AppsV1beta2Api.getAppsV1beta2APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AppsV1beta2Api.getAppsV1beta2APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAppsV1beta2APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AppsV1beta2Api.getAppsV1beta2APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
AuthenticationApi.getAuthenticationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AuthenticationApi.getAuthenticationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AuthenticationApi.getAuthenticationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthenticationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
AuthenticationApi.getAuthenticationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AuthenticationV1Api.getAuthenticationV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1Api.getAuthenticationV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1Api.getAuthenticationV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthenticationV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AuthenticationV1Api.getAuthenticationV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AuthenticationV1beta1Api.getAuthenticationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.getAuthenticationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.getAuthenticationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthenticationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AuthenticationV1beta1Api.getAuthenticationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
AuthorizationApi.getAuthorizationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AuthorizationApi.getAuthorizationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AuthorizationApi.getAuthorizationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthorizationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
AuthorizationApi.getAuthorizationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AuthorizationV1Api.getAuthorizationV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1Api.getAuthorizationV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1Api.getAuthorizationV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthorizationV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AuthorizationV1Api.getAuthorizationV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AuthorizationV1beta1Api.getAuthorizationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.getAuthorizationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.getAuthorizationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthorizationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AuthorizationV1beta1Api.getAuthorizationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
AutoscalingApi.getAutoscalingAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AutoscalingApi.getAutoscalingAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AutoscalingApi.getAutoscalingAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAutoscalingAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
AutoscalingApi.getAutoscalingAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AutoscalingV1Api.getAutoscalingV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV1Api.getAutoscalingV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV1Api.getAutoscalingV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAutoscalingV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AutoscalingV1Api.getAutoscalingV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AutoscalingV2beta1Api.getAutoscalingV2beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.getAutoscalingV2beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.getAutoscalingV2beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAutoscalingV2beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AutoscalingV2beta1Api.getAutoscalingV2beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
AutoscalingV2beta2Api.getAutoscalingV2beta2APIResources()
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.getAutoscalingV2beta2APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.getAutoscalingV2beta2APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAutoscalingV2beta2APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
AutoscalingV2beta2Api.getAutoscalingV2beta2APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
BatchApi.getBatchAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
BatchApi.getBatchAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
BatchApi.getBatchAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
BatchApi.getBatchAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
BatchV1Api.getBatchV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
BatchV1Api.getBatchV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
BatchV1Api.getBatchV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
BatchV1Api.getBatchV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
BatchV1beta1Api.getBatchV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
BatchV1beta1Api.getBatchV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
BatchV1beta1Api.getBatchV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
BatchV1beta1Api.getBatchV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
CertificatesApi.getCertificatesAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
CertificatesApi.getCertificatesAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
CertificatesApi.getCertificatesAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCertificatesAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
CertificatesApi.getCertificatesAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
CertificatesV1beta1Api.getCertificatesV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.getCertificatesV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.getCertificatesV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCertificatesV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
CertificatesV1beta1Api.getCertificatesV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgVersionInfo |
VersionApi.getCodeVersion()
get the code version
|
com.squareup.okhttp.Call |
VersionApi.getCodeVersionAsync(ApiCallback<IoK8sApimachineryPkgVersionInfo> callback)
(asynchronously)
get the code version
|
com.squareup.okhttp.Call |
VersionApi.getCodeVersionCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCodeVersion
|
ApiResponse<IoK8sApimachineryPkgVersionInfo> |
VersionApi.getCodeVersionWithHttpInfo()
get the code version
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
CoordinationApi.getCoordinationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
CoordinationApi.getCoordinationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
CoordinationApi.getCoordinationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCoordinationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
CoordinationApi.getCoordinationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
CoordinationV1beta1Api.getCoordinationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.getCoordinationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.getCoordinationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCoordinationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
CoordinationV1beta1Api.getCoordinationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIVersions |
CoreApi.getCoreAPIVersions()
get available API versions
|
com.squareup.okhttp.Call |
CoreApi.getCoreAPIVersionsAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIVersions> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
CoreApi.getCoreAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCoreAPIVersions
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIVersions> |
CoreApi.getCoreAPIVersionsWithHttpInfo()
get available API versions
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
CoreV1Api.getCoreV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
CoreV1Api.getCoreV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
CoreV1Api.getCoreV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCoreV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
CoreV1Api.getCoreV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
EventsApi.getEventsAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
EventsApi.getEventsAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
EventsApi.getEventsAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEventsAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
EventsApi.getEventsAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
EventsV1beta1Api.getEventsV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
EventsV1beta1Api.getEventsV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
EventsV1beta1Api.getEventsV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEventsV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
EventsV1beta1Api.getEventsV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
ExtensionsApi.getExtensionsAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
ExtensionsApi.getExtensionsAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
ExtensionsApi.getExtensionsAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExtensionsAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
ExtensionsApi.getExtensionsAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
ExtensionsV1beta1Api.getExtensionsV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.getExtensionsV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.getExtensionsV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExtensionsV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
ExtensionsV1beta1Api.getExtensionsV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
NetworkingApi.getNetworkingAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
NetworkingApi.getNetworkingAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
NetworkingApi.getNetworkingAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNetworkingAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
NetworkingApi.getNetworkingAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
NetworkingV1Api.getNetworkingV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
NetworkingV1Api.getNetworkingV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
NetworkingV1Api.getNetworkingV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNetworkingV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
NetworkingV1Api.getNetworkingV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
PolicyApi.getPolicyAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
PolicyApi.getPolicyAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
PolicyApi.getPolicyAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPolicyAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
PolicyApi.getPolicyAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
PolicyV1beta1Api.getPolicyV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.getPolicyV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.getPolicyV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPolicyV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
PolicyV1beta1Api.getPolicyV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
RbacAuthorizationApi.getRbacAuthorizationAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
RbacAuthorizationApi.getRbacAuthorizationAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
RbacAuthorizationApi.getRbacAuthorizationAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRbacAuthorizationAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
RbacAuthorizationApi.getRbacAuthorizationAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
RbacAuthorizationV1Api.getRbacAuthorizationV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.getRbacAuthorizationV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.getRbacAuthorizationV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRbacAuthorizationV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
RbacAuthorizationV1Api.getRbacAuthorizationV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
RbacAuthorizationV1beta1Api.getRbacAuthorizationV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.getRbacAuthorizationV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.getRbacAuthorizationV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRbacAuthorizationV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
RbacAuthorizationV1beta1Api.getRbacAuthorizationV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
SchedulingApi.getSchedulingAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
SchedulingApi.getSchedulingAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
SchedulingApi.getSchedulingAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSchedulingAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
SchedulingApi.getSchedulingAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
SchedulingV1beta1Api.getSchedulingV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.getSchedulingV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.getSchedulingV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSchedulingV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
SchedulingV1beta1Api.getSchedulingV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIGroup |
StorageApi.getStorageAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
StorageApi.getStorageAPIGroupAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
StorageApi.getStorageAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStorageAPIGroup
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIGroup> |
StorageApi.getStorageAPIGroupWithHttpInfo()
get information of a group
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
StorageV1Api.getStorageV1APIResources()
get available resources
|
com.squareup.okhttp.Call |
StorageV1Api.getStorageV1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
StorageV1Api.getStorageV1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStorageV1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
StorageV1Api.getStorageV1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApimachineryPkgApisMetaV1APIResourceList |
StorageV1beta1Api.getStorageV1beta1APIResources()
get available resources
|
com.squareup.okhttp.Call |
StorageV1beta1Api.getStorageV1beta1APIResourcesAsync(ApiCallback<IoK8sApimachineryPkgApisMetaV1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
StorageV1beta1Api.getStorageV1beta1APIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStorageV1beta1APIResources
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1APIResourceList> |
StorageV1beta1Api.getStorageV1beta1APIResourcesWithHttpInfo()
get available resources
|
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfigurationList |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1MutatingWebhookConfiguration(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfigurationList> callback)
(asynchronously)
list or watch objects of kind MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfigurationList> |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfigurationList |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1ValidatingWebhookConfiguration(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfigurationList> callback)
(asynchronously)
list or watch objects of kind ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfigurationList> |
AdmissionregistrationV1beta1Api.listAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinitionList |
ApiextensionsV1beta1Api.listApiextensionsV1beta1CustomResourceDefinition(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.listApiextensionsV1beta1CustomResourceDefinitionAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinitionList> callback)
(asynchronously)
list or watch objects of kind CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.listApiextensionsV1beta1CustomResourceDefinitionCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listApiextensionsV1beta1CustomResourceDefinition
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinitionList> |
ApiextensionsV1beta1Api.listApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList |
ApiregistrationV1Api.listApiregistrationV1APIService(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.listApiregistrationV1APIServiceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList> callback)
(asynchronously)
list or watch objects of kind APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.listApiregistrationV1APIServiceCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listApiregistrationV1APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList> |
ApiregistrationV1Api.listApiregistrationV1APIServiceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIServiceList |
ApiregistrationV1beta1Api.listApiregistrationV1beta1APIService(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.listApiregistrationV1beta1APIServiceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIServiceList> callback)
(asynchronously)
list or watch objects of kind APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.listApiregistrationV1beta1APIServiceCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listApiregistrationV1beta1APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIServiceList> |
ApiregistrationV1beta1Api.listApiregistrationV1beta1APIServiceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
IoK8sApiAppsV1beta1ControllerRevisionList |
AppsV1beta1Api.listAppsV1beta1ControllerRevisionForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1ControllerRevisionForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1ControllerRevisionForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1ControllerRevisionForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevisionList> |
AppsV1beta1Api.listAppsV1beta1ControllerRevisionForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1beta1DeploymentList |
AppsV1beta1Api.listAppsV1beta1DeploymentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1DeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1DeploymentForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1DeploymentForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta1DeploymentList> |
AppsV1beta1Api.listAppsV1beta1DeploymentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1beta1ControllerRevisionList |
AppsV1beta1Api.listAppsV1beta1NamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevisionList> |
AppsV1beta1Api.listAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1beta1DeploymentList |
AppsV1beta1Api.listAppsV1beta1NamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1NamespacedDeployment
|
ApiResponse<IoK8sApiAppsV1beta1DeploymentList> |
AppsV1beta1Api.listAppsV1beta1NamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1beta1StatefulSetList |
AppsV1beta1Api.listAppsV1beta1NamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1NamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSetList> |
AppsV1beta1Api.listAppsV1beta1NamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAppsV1beta1StatefulSetList |
AppsV1beta1Api.listAppsV1beta1StatefulSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1StatefulSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listAppsV1beta1StatefulSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta1StatefulSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSetList> |
AppsV1beta1Api.listAppsV1beta1StatefulSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAppsV1beta2ControllerRevisionList |
AppsV1beta2Api.listAppsV1beta2ControllerRevisionForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2ControllerRevisionForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2ControllerRevisionForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2ControllerRevisionForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevisionList> |
AppsV1beta2Api.listAppsV1beta2ControllerRevisionForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSetList |
AppsV1beta2Api.listAppsV1beta2DaemonSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2DaemonSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2DaemonSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2DaemonSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSetList> |
AppsV1beta2Api.listAppsV1beta2DaemonSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiAppsV1beta2DeploymentList |
AppsV1beta2Api.listAppsV1beta2DeploymentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2DeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2DeploymentForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2DeploymentForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta2DeploymentList> |
AppsV1beta2Api.listAppsV1beta2DeploymentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1beta2ControllerRevisionList |
AppsV1beta2Api.listAppsV1beta2NamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevisionList> |
AppsV1beta2Api.listAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSetList |
AppsV1beta2Api.listAppsV1beta2NamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2NamespacedDaemonSet
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSetList> |
AppsV1beta2Api.listAppsV1beta2NamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiAppsV1beta2DeploymentList |
AppsV1beta2Api.listAppsV1beta2NamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2NamespacedDeployment
|
ApiResponse<IoK8sApiAppsV1beta2DeploymentList> |
AppsV1beta2Api.listAppsV1beta2NamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1beta2ReplicaSetList |
AppsV1beta2Api.listAppsV1beta2NamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2NamespacedReplicaSet
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSetList> |
AppsV1beta2Api.listAppsV1beta2NamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSetList |
AppsV1beta2Api.listAppsV1beta2NamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2NamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSetList> |
AppsV1beta2Api.listAppsV1beta2NamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAppsV1beta2ReplicaSetList |
AppsV1beta2Api.listAppsV1beta2ReplicaSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2ReplicaSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2ReplicaSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2ReplicaSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSetList> |
AppsV1beta2Api.listAppsV1beta2ReplicaSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSetList |
AppsV1beta2Api.listAppsV1beta2StatefulSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2StatefulSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1beta2StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listAppsV1beta2StatefulSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1beta2StatefulSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSetList> |
AppsV1beta2Api.listAppsV1beta2StatefulSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAppsV1ControllerRevisionList |
AppsV1Api.listAppsV1ControllerRevisionForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1ControllerRevisionForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1ControllerRevisionForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1ControllerRevisionForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1ControllerRevisionList> |
AppsV1Api.listAppsV1ControllerRevisionForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1DaemonSetList |
AppsV1Api.listAppsV1DaemonSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1DaemonSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1DaemonSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1DaemonSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1DaemonSetList> |
AppsV1Api.listAppsV1DaemonSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiAppsV1DeploymentList |
AppsV1Api.listAppsV1DeploymentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1DeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1DeploymentForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1DeploymentForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1DeploymentList> |
AppsV1Api.listAppsV1DeploymentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1ControllerRevisionList |
AppsV1Api.listAppsV1NamespacedControllerRevision(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedControllerRevisionAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1ControllerRevisionList> callback)
(asynchronously)
list or watch objects of kind ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedControllerRevisionCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1ControllerRevisionList> |
AppsV1Api.listAppsV1NamespacedControllerRevisionWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
IoK8sApiAppsV1DaemonSetList |
AppsV1Api.listAppsV1NamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1NamespacedDaemonSet
|
ApiResponse<IoK8sApiAppsV1DaemonSetList> |
AppsV1Api.listAppsV1NamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiAppsV1DeploymentList |
AppsV1Api.listAppsV1NamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1NamespacedDeployment
|
ApiResponse<IoK8sApiAppsV1DeploymentList> |
AppsV1Api.listAppsV1NamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiAppsV1ReplicaSetList |
AppsV1Api.listAppsV1NamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1NamespacedReplicaSet
|
ApiResponse<IoK8sApiAppsV1ReplicaSetList> |
AppsV1Api.listAppsV1NamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiAppsV1StatefulSetList |
AppsV1Api.listAppsV1NamespacedStatefulSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedStatefulSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1NamespacedStatefulSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1NamespacedStatefulSet
|
ApiResponse<IoK8sApiAppsV1StatefulSetList> |
AppsV1Api.listAppsV1NamespacedStatefulSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAppsV1ReplicaSetList |
AppsV1Api.listAppsV1ReplicaSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1ReplicaSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1ReplicaSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1ReplicaSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1ReplicaSetList> |
AppsV1Api.listAppsV1ReplicaSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiAppsV1StatefulSetList |
AppsV1Api.listAppsV1StatefulSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1StatefulSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAppsV1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.listAppsV1StatefulSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAppsV1StatefulSetForAllNamespaces
|
ApiResponse<IoK8sApiAppsV1StatefulSetList> |
AppsV1Api.listAppsV1StatefulSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
IoK8sApiAutoscalingV1HorizontalPodAutoscalerList |
AutoscalingV1Api.listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listAutoscalingV1HorizontalPodAutoscalerForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listAutoscalingV1HorizontalPodAutoscalerForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listAutoscalingV1HorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV1HorizontalPodAutoscalerList |
AutoscalingV1Api.listAutoscalingV1NamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList |
AutoscalingV2beta1Api.listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList> |
AutoscalingV2beta1Api.listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList |
AutoscalingV2beta1Api.listAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.listAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.listAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerList> |
AutoscalingV2beta1Api.listAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList |
AutoscalingV2beta2Api.listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList> |
AutoscalingV2beta2Api.listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList |
AutoscalingV2beta2Api.listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.listAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.listAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerList> |
AutoscalingV2beta2Api.listAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
IoK8sApiBatchV1beta1CronJobList |
BatchV1beta1Api.listBatchV1beta1CronJobForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.listBatchV1beta1CronJobForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiBatchV1beta1CronJobList> callback)
(asynchronously)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.listBatchV1beta1CronJobForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBatchV1beta1CronJobForAllNamespaces
|
ApiResponse<IoK8sApiBatchV1beta1CronJobList> |
BatchV1beta1Api.listBatchV1beta1CronJobForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
IoK8sApiBatchV1beta1CronJobList |
BatchV1beta1Api.listBatchV1beta1NamespacedCronJob(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.listBatchV1beta1NamespacedCronJobAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiBatchV1beta1CronJobList> callback)
(asynchronously)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.listBatchV1beta1NamespacedCronJobCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBatchV1beta1NamespacedCronJob
|
ApiResponse<IoK8sApiBatchV1beta1CronJobList> |
BatchV1beta1Api.listBatchV1beta1NamespacedCronJobWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
IoK8sApiBatchV1JobList |
BatchV1Api.listBatchV1JobForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listBatchV1JobForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiBatchV1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listBatchV1JobForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBatchV1JobForAllNamespaces
|
ApiResponse<IoK8sApiBatchV1JobList> |
BatchV1Api.listBatchV1JobForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
IoK8sApiBatchV1JobList |
BatchV1Api.listBatchV1NamespacedJob(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listBatchV1NamespacedJobAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiBatchV1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listBatchV1NamespacedJobCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBatchV1NamespacedJob
|
ApiResponse<IoK8sApiBatchV1JobList> |
BatchV1Api.listBatchV1NamespacedJobWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
IoK8sApiCertificatesV1beta1CertificateSigningRequestList |
CertificatesV1beta1Api.listCertificatesV1beta1CertificateSigningRequest(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.listCertificatesV1beta1CertificateSigningRequestAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequestList> callback)
(asynchronously)
list or watch objects of kind CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.listCertificatesV1beta1CertificateSigningRequestCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCertificatesV1beta1CertificateSigningRequest
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequestList> |
CertificatesV1beta1Api.listCertificatesV1beta1CertificateSigningRequestWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
IoK8sApiCoordinationV1beta1LeaseList |
CoordinationV1beta1Api.listCoordinationV1beta1LeaseForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.listCoordinationV1beta1LeaseForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoordinationV1beta1LeaseList> callback)
(asynchronously)
list or watch objects of kind Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.listCoordinationV1beta1LeaseForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoordinationV1beta1LeaseForAllNamespaces
|
ApiResponse<IoK8sApiCoordinationV1beta1LeaseList> |
CoordinationV1beta1Api.listCoordinationV1beta1LeaseForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
IoK8sApiCoordinationV1beta1LeaseList |
CoordinationV1beta1Api.listCoordinationV1beta1NamespacedLease(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.listCoordinationV1beta1NamespacedLeaseAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoordinationV1beta1LeaseList> callback)
(asynchronously)
list or watch objects of kind Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.listCoordinationV1beta1NamespacedLeaseCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApiCoordinationV1beta1LeaseList> |
CoordinationV1beta1Api.listCoordinationV1beta1NamespacedLeaseWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
IoK8sApiCoreV1ComponentStatusList |
CoreV1Api.listCoreV1ComponentStatus(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ComponentStatusAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ComponentStatusList> callback)
(asynchronously)
list objects of kind ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ComponentStatusCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ComponentStatus
|
ApiResponse<IoK8sApiCoreV1ComponentStatusList> |
CoreV1Api.listCoreV1ComponentStatusWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
IoK8sApiCoreV1ConfigMapList |
CoreV1Api.listCoreV1ConfigMapForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ConfigMapForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ConfigMapList> callback)
(asynchronously)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ConfigMapForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ConfigMapForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1ConfigMapList> |
CoreV1Api.listCoreV1ConfigMapForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
IoK8sApiCoreV1EndpointsList |
CoreV1Api.listCoreV1EndpointsForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1EndpointsForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1EndpointsList> callback)
(asynchronously)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1EndpointsForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1EndpointsForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1EndpointsList> |
CoreV1Api.listCoreV1EndpointsForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
IoK8sApiCoreV1EventList |
CoreV1Api.listCoreV1EventForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1EventForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1EventForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1EventForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1EventList> |
CoreV1Api.listCoreV1EventForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
IoK8sApiCoreV1LimitRangeList |
CoreV1Api.listCoreV1LimitRangeForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1LimitRangeForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1LimitRangeForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1LimitRangeForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1LimitRangeList> |
CoreV1Api.listCoreV1LimitRangeForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
IoK8sApiCoreV1NamespaceList |
CoreV1Api.listCoreV1Namespace(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespaceAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1NamespaceList> callback)
(asynchronously)
list or watch objects of kind Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespaceCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1Namespace
|
IoK8sApiCoreV1ConfigMapList |
CoreV1Api.listCoreV1NamespacedConfigMap(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedConfigMapAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ConfigMapList> callback)
(asynchronously)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedConfigMapCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApiCoreV1ConfigMapList> |
CoreV1Api.listCoreV1NamespacedConfigMapWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
IoK8sApiCoreV1EndpointsList |
CoreV1Api.listCoreV1NamespacedEndpoints(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedEndpointsAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1EndpointsList> callback)
(asynchronously)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedEndpointsCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApiCoreV1EndpointsList> |
CoreV1Api.listCoreV1NamespacedEndpointsWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
IoK8sApiCoreV1EventList |
CoreV1Api.listCoreV1NamespacedEvent(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedEventAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedEventCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedEvent
|
ApiResponse<IoK8sApiCoreV1EventList> |
CoreV1Api.listCoreV1NamespacedEventWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
IoK8sApiCoreV1LimitRangeList |
CoreV1Api.listCoreV1NamespacedLimitRange(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedLimitRangeAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedLimitRangeCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApiCoreV1LimitRangeList> |
CoreV1Api.listCoreV1NamespacedLimitRangeWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
IoK8sApiCoreV1PersistentVolumeClaimList |
CoreV1Api.listCoreV1NamespacedPersistentVolumeClaim(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPersistentVolumeClaimAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaimList> callback)
(asynchronously)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPersistentVolumeClaimCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedPersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaimList> |
CoreV1Api.listCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
IoK8sApiCoreV1PodList |
CoreV1Api.listCoreV1NamespacedPod(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPodAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PodList> callback)
(asynchronously)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPodCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedPod
|
IoK8sApiCoreV1PodTemplateList |
CoreV1Api.listCoreV1NamespacedPodTemplate(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPodTemplateAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PodTemplateList> callback)
(asynchronously)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedPodTemplateCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApiCoreV1PodTemplateList> |
CoreV1Api.listCoreV1NamespacedPodTemplateWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
ApiResponse<IoK8sApiCoreV1PodList> |
CoreV1Api.listCoreV1NamespacedPodWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
IoK8sApiCoreV1ReplicationControllerList |
CoreV1Api.listCoreV1NamespacedReplicationController(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedReplicationControllerAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ReplicationControllerList> callback)
(asynchronously)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedReplicationControllerCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedReplicationController
|
ApiResponse<IoK8sApiCoreV1ReplicationControllerList> |
CoreV1Api.listCoreV1NamespacedReplicationControllerWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
IoK8sApiCoreV1ResourceQuotaList |
CoreV1Api.listCoreV1NamespacedResourceQuota(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedResourceQuotaAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ResourceQuotaList> callback)
(asynchronously)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedResourceQuotaCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedResourceQuota
|
ApiResponse<IoK8sApiCoreV1ResourceQuotaList> |
CoreV1Api.listCoreV1NamespacedResourceQuotaWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
IoK8sApiCoreV1SecretList |
CoreV1Api.listCoreV1NamespacedSecret(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedSecretAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1SecretList> callback)
(asynchronously)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedSecretCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedSecret
|
ApiResponse<IoK8sApiCoreV1SecretList> |
CoreV1Api.listCoreV1NamespacedSecretWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
IoK8sApiCoreV1ServiceList |
CoreV1Api.listCoreV1NamespacedService(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
IoK8sApiCoreV1ServiceAccountList |
CoreV1Api.listCoreV1NamespacedServiceAccount(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedServiceAccountAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ServiceAccountList> callback)
(asynchronously)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedServiceAccountCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApiCoreV1ServiceAccountList> |
CoreV1Api.listCoreV1NamespacedServiceAccountWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedServiceAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ServiceList> callback)
(asynchronously)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NamespacedServiceCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1NamespacedService
|
ApiResponse<IoK8sApiCoreV1ServiceList> |
CoreV1Api.listCoreV1NamespacedServiceWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
ApiResponse<IoK8sApiCoreV1NamespaceList> |
CoreV1Api.listCoreV1NamespaceWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
IoK8sApiCoreV1NodeList |
CoreV1Api.listCoreV1Node(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NodeAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1NodeList> callback)
(asynchronously)
list or watch objects of kind Node
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1NodeCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1Node
|
ApiResponse<IoK8sApiCoreV1NodeList> |
CoreV1Api.listCoreV1NodeWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
IoK8sApiCoreV1PersistentVolumeList |
CoreV1Api.listCoreV1PersistentVolume(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PersistentVolumeAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PersistentVolumeList> callback)
(asynchronously)
list or watch objects of kind PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PersistentVolumeCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1PersistentVolume
|
IoK8sApiCoreV1PersistentVolumeClaimList |
CoreV1Api.listCoreV1PersistentVolumeClaimForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PersistentVolumeClaimForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaimList> callback)
(asynchronously)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PersistentVolumeClaimForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1PersistentVolumeClaimForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaimList> |
CoreV1Api.listCoreV1PersistentVolumeClaimForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeList> |
CoreV1Api.listCoreV1PersistentVolumeWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
IoK8sApiCoreV1PodList |
CoreV1Api.listCoreV1PodForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PodForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PodList> callback)
(asynchronously)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PodForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1PodForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1PodList> |
CoreV1Api.listCoreV1PodForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
IoK8sApiCoreV1PodTemplateList |
CoreV1Api.listCoreV1PodTemplateForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PodTemplateForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1PodTemplateList> callback)
(asynchronously)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1PodTemplateForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1PodTemplateForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1PodTemplateList> |
CoreV1Api.listCoreV1PodTemplateForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
IoK8sApiCoreV1ReplicationControllerList |
CoreV1Api.listCoreV1ReplicationControllerForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ReplicationControllerForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ReplicationControllerList> callback)
(asynchronously)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ReplicationControllerForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ReplicationControllerForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1ReplicationControllerList> |
CoreV1Api.listCoreV1ReplicationControllerForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
IoK8sApiCoreV1ResourceQuotaList |
CoreV1Api.listCoreV1ResourceQuotaForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ResourceQuotaForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ResourceQuotaList> callback)
(asynchronously)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ResourceQuotaForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ResourceQuotaForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1ResourceQuotaList> |
CoreV1Api.listCoreV1ResourceQuotaForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
IoK8sApiCoreV1SecretList |
CoreV1Api.listCoreV1SecretForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1SecretForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1SecretList> callback)
(asynchronously)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1SecretForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1SecretForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1SecretList> |
CoreV1Api.listCoreV1SecretForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
IoK8sApiCoreV1ServiceAccountList |
CoreV1Api.listCoreV1ServiceAccountForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ServiceAccountForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ServiceAccountList> callback)
(asynchronously)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ServiceAccountForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ServiceAccountForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1ServiceAccountList> |
CoreV1Api.listCoreV1ServiceAccountForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
IoK8sApiCoreV1ServiceList |
CoreV1Api.listCoreV1ServiceForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ServiceForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiCoreV1ServiceList> callback)
(asynchronously)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listCoreV1ServiceForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCoreV1ServiceForAllNamespaces
|
ApiResponse<IoK8sApiCoreV1ServiceList> |
CoreV1Api.listCoreV1ServiceForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
IoK8sApiEventsV1beta1EventList |
EventsV1beta1Api.listEventsV1beta1EventForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.listEventsV1beta1EventForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiEventsV1beta1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.listEventsV1beta1EventForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listEventsV1beta1EventForAllNamespaces
|
ApiResponse<IoK8sApiEventsV1beta1EventList> |
EventsV1beta1Api.listEventsV1beta1EventForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
IoK8sApiEventsV1beta1EventList |
EventsV1beta1Api.listEventsV1beta1NamespacedEvent(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.listEventsV1beta1NamespacedEventAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiEventsV1beta1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.listEventsV1beta1NamespacedEventCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApiEventsV1beta1EventList> |
EventsV1beta1Api.listEventsV1beta1NamespacedEventWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
IoK8sApiExtensionsV1beta1DaemonSetList |
ExtensionsV1beta1Api.listExtensionsV1beta1DaemonSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1DaemonSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1DaemonSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1DaemonSetForAllNamespaces
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSetList> |
ExtensionsV1beta1Api.listExtensionsV1beta1DaemonSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiExtensionsV1beta1DeploymentList |
ExtensionsV1beta1Api.listExtensionsV1beta1DeploymentForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1DeploymentForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1DeploymentForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1DeploymentForAllNamespaces
|
ApiResponse<IoK8sApiExtensionsV1beta1DeploymentList> |
ExtensionsV1beta1Api.listExtensionsV1beta1DeploymentForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiExtensionsV1beta1IngressList |
ExtensionsV1beta1Api.listExtensionsV1beta1IngressForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1IngressForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1IngressForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1IngressForAllNamespaces
|
ApiResponse<IoK8sApiExtensionsV1beta1IngressList> |
ExtensionsV1beta1Api.listExtensionsV1beta1IngressForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
IoK8sApiExtensionsV1beta1DaemonSetList |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDaemonSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDaemonSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDaemonSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NamespacedDaemonSet
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSetList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
IoK8sApiExtensionsV1beta1DeploymentList |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDeployment(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDeploymentAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDeploymentCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NamespacedDeployment
|
ApiResponse<IoK8sApiExtensionsV1beta1DeploymentList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
IoK8sApiExtensionsV1beta1IngressList |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedIngress(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedIngressAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedIngressCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NamespacedIngress
|
ApiResponse<IoK8sApiExtensionsV1beta1IngressList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedIngressWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
IoK8sApiExtensionsV1beta1NetworkPolicyList |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedNetworkPolicy(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedNetworkPolicyAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedNetworkPolicyCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicyList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSetList |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedReplicaSet(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedReplicaSetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedReplicaSetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NamespacedReplicaSet
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSetList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiExtensionsV1beta1NetworkPolicyList |
ExtensionsV1beta1Api.listExtensionsV1beta1NetworkPolicyForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NetworkPolicyForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1NetworkPolicyForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1NetworkPolicyForAllNamespaces
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicyList> |
ExtensionsV1beta1Api.listExtensionsV1beta1NetworkPolicyForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
IoK8sApiExtensionsV1beta1PodSecurityPolicyList |
ExtensionsV1beta1Api.listExtensionsV1beta1PodSecurityPolicy(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1PodSecurityPolicyAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1PodSecurityPolicyList> callback)
(asynchronously)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1PodSecurityPolicyCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1PodSecurityPolicyList> |
ExtensionsV1beta1Api.listExtensionsV1beta1PodSecurityPolicyWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSetList |
ExtensionsV1beta1Api.listExtensionsV1beta1ReplicaSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1ReplicaSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listExtensionsV1beta1ReplicaSetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExtensionsV1beta1ReplicaSetForAllNamespaces
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSetList> |
ExtensionsV1beta1Api.listExtensionsV1beta1ReplicaSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
IoK8sApiNetworkingV1NetworkPolicyList |
NetworkingV1Api.listNetworkingV1NamespacedNetworkPolicy(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.listNetworkingV1NamespacedNetworkPolicyAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.listNetworkingV1NamespacedNetworkPolicyCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicyList> |
NetworkingV1Api.listNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
IoK8sApiNetworkingV1NetworkPolicyList |
NetworkingV1Api.listNetworkingV1NetworkPolicyForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.listNetworkingV1NetworkPolicyForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.listNetworkingV1NetworkPolicyForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNetworkingV1NetworkPolicyForAllNamespaces
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicyList> |
NetworkingV1Api.listNetworkingV1NetworkPolicyForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
IoK8sApiPolicyV1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listPolicyV1beta1NamespacedPodDisruptionBudget(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1NamespacedPodDisruptionBudgetAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudgetList> callback)
(asynchronously)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1NamespacedPodDisruptionBudgetCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPolicyV1beta1NamespacedPodDisruptionBudget
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listPolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listPolicyV1beta1PodDisruptionBudgetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1PodDisruptionBudgetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudgetList> callback)
(asynchronously)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1PodDisruptionBudgetForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPolicyV1beta1PodDisruptionBudgetForAllNamespaces
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listPolicyV1beta1PodDisruptionBudgetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodSecurityPolicyList |
PolicyV1beta1Api.listPolicyV1beta1PodSecurityPolicy(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1PodSecurityPolicyAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiPolicyV1beta1PodSecurityPolicyList> callback)
(asynchronously)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPolicyV1beta1PodSecurityPolicyCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiPolicyV1beta1PodSecurityPolicyList> |
PolicyV1beta1Api.listPolicyV1beta1PodSecurityPolicyWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
IoK8sApiRbacV1beta1ClusterRoleList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRole(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleList> callback)
(asynchronously)
list or watch objects of kind ClusterRole
|
IoK8sApiRbacV1beta1ClusterRoleBindingList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleBinding(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleBindingAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleBindingList> callback)
(asynchronously)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleBindingCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleBindingList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
IoK8sApiRbacV1beta1RoleList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRole(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
IoK8sApiRbacV1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleBinding(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleBindingCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1beta1RoleList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
IoK8sApiRbacV1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleBindingForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleBindingForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleBindingForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1RoleBindingForAllNamespaces
|
ApiResponse<IoK8sApiRbacV1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleBindingForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
IoK8sApiRbacV1beta1RoleList |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1beta1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1beta1RoleForAllNamespaces
|
ApiResponse<IoK8sApiRbacV1beta1RoleList> |
RbacAuthorizationV1beta1Api.listRbacAuthorizationV1beta1RoleForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
IoK8sApiRbacV1ClusterRoleList |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRole(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1ClusterRoleList> callback)
(asynchronously)
list or watch objects of kind ClusterRole
|
IoK8sApiRbacV1ClusterRoleBindingList |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleBinding(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleBindingAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1ClusterRoleBindingList> callback)
(asynchronously)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleBindingCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1ClusterRoleBindingList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApiRbacV1ClusterRoleList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1ClusterRoleWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
IoK8sApiRbacV1RoleList |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRole(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
IoK8sApiRbacV1RoleBindingList |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleBinding(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleBindingAsync(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleBindingCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1RoleBindingList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleCall(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1RoleList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1NamespacedRoleWithHttpInfo(String namespace,
Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
IoK8sApiRbacV1RoleBindingList |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleBindingForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleBindingForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleBindingForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1RoleBindingForAllNamespaces
|
ApiResponse<IoK8sApiRbacV1RoleBindingList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleBindingForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
IoK8sApiRbacV1RoleList |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiRbacV1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRbacAuthorizationV1RoleForAllNamespaces
|
ApiResponse<IoK8sApiRbacV1RoleList> |
RbacAuthorizationV1Api.listRbacAuthorizationV1RoleForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
IoK8sApiSchedulingV1beta1PriorityClassList |
SchedulingV1beta1Api.listSchedulingV1beta1PriorityClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.listSchedulingV1beta1PriorityClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiSchedulingV1beta1PriorityClassList> callback)
(asynchronously)
list or watch objects of kind PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.listSchedulingV1beta1PriorityClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApiSchedulingV1beta1PriorityClassList> |
SchedulingV1beta1Api.listSchedulingV1beta1PriorityClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
IoK8sApiStorageV1beta1StorageClassList |
StorageV1beta1Api.listStorageV1beta1StorageClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageV1beta1StorageClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiStorageV1beta1StorageClassList> callback)
(asynchronously)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageV1beta1StorageClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageV1beta1StorageClass
|
ApiResponse<IoK8sApiStorageV1beta1StorageClassList> |
StorageV1beta1Api.listStorageV1beta1StorageClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
IoK8sApiStorageV1beta1VolumeAttachmentList |
StorageV1beta1Api.listStorageV1beta1VolumeAttachment(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageV1beta1VolumeAttachmentAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiStorageV1beta1VolumeAttachmentList> callback)
(asynchronously)
list or watch objects of kind VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageV1beta1VolumeAttachmentCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1beta1VolumeAttachmentList> |
StorageV1beta1Api.listStorageV1beta1VolumeAttachmentWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
IoK8sApiStorageV1StorageClassList |
StorageV1Api.listStorageV1StorageClass(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageV1StorageClassAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiStorageV1StorageClassList> callback)
(asynchronously)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageV1StorageClassCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageV1StorageClass
|
ApiResponse<IoK8sApiStorageV1StorageClassList> |
StorageV1Api.listStorageV1StorageClassWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
IoK8sApiStorageV1VolumeAttachmentList |
StorageV1Api.listStorageV1VolumeAttachment(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageV1VolumeAttachmentAsync(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApiStorageV1VolumeAttachmentList> callback)
(asynchronously)
list or watch objects of kind VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageV1VolumeAttachmentCall(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageV1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1VolumeAttachmentList> |
StorageV1Api.listStorageV1VolumeAttachmentWithHttpInfo(Boolean includeUninitialized,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
void |
LogsApi.logFileHandler(String logpath) |
com.squareup.okhttp.Call |
LogsApi.logFileHandlerAsync(String logpath,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
LogsApi.logFileHandlerCall(String logpath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logFileHandler
|
ApiResponse<Void> |
LogsApi.logFileHandlerWithHttpInfo(String logpath) |
void |
LogsApi.logFileListHandler() |
com.squareup.okhttp.Call |
LogsApi.logFileListHandlerAsync(ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
LogsApi.logFileListHandlerCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logFileListHandler
|
ApiResponse<Void> |
LogsApi.logFileListHandlerWithHttpInfo() |
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1MutatingWebhookConfiguration(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> callback)
(asynchronously)
partially update the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified MutatingWebhookConfiguration
|
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1ValidatingWebhookConfiguration(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> callback)
(asynchronously)
partially update the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ValidatingWebhookConfiguration
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinition(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
partially update the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiextensionsV1beta1CustomResourceDefinition
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
partially update status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiextensionsV1beta1CustomResourceDefinitionStatus
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CustomResourceDefinition
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CustomResourceDefinition
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.patchApiregistrationV1APIService(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.patchApiregistrationV1APIServiceAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
partially update the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.patchApiregistrationV1APIServiceCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiregistrationV1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.patchApiregistrationV1APIServiceStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.patchApiregistrationV1APIServiceStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
partially update status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.patchApiregistrationV1APIServiceStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiregistrationV1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.patchApiregistrationV1APIServiceStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.patchApiregistrationV1APIServiceWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIService(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
partially update the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiregistrationV1beta1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
partially update status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchApiregistrationV1beta1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.patchApiregistrationV1beta1APIServiceWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified APIService
|
IoK8sApiAppsV1beta1ControllerRevision |
AppsV1beta1Api.patchAppsV1beta1NamespacedControllerRevision(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevision> callback)
(asynchronously)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevision> |
AppsV1beta1Api.patchAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeployment(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedDeployment
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.patchAppsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedStatefulSet
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.patchAppsV1beta1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
IoK8sApiAppsV1beta2ControllerRevision |
AppsV1beta2Api.patchAppsV1beta2NamespacedControllerRevision(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevision> callback)
(asynchronously)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevision> |
AppsV1beta2Api.patchAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedDaemonSet
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeployment(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedDeployment
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.patchAppsV1beta2NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedReplicaSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedStatefulSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1beta2NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.patchAppsV1beta2NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
IoK8sApiAppsV1ControllerRevision |
AppsV1Api.patchAppsV1NamespacedControllerRevision(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ControllerRevision> callback)
(asynchronously)
partially update the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1ControllerRevision> |
AppsV1Api.patchAppsV1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ControllerRevision
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.patchAppsV1NamespacedDaemonSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedDaemonSet
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.patchAppsV1NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.patchAppsV1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.patchAppsV1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
IoK8sApiAppsV1Deployment |
AppsV1Api.patchAppsV1NamespacedDeployment(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedDeployment
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.patchAppsV1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.patchAppsV1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
IoK8sApiAppsV1Deployment |
AppsV1Api.patchAppsV1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.patchAppsV1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.patchAppsV1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.patchAppsV1NamespacedReplicaSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedReplicaSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.patchAppsV1NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.patchAppsV1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.patchAppsV1NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.patchAppsV1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.patchAppsV1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.patchAppsV1NamespacedStatefulSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedStatefulSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.patchAppsV1NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
partially update scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.patchAppsV1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified StatefulSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.patchAppsV1NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.patchAppsV1NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAppsV1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.patchAppsV1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.patchAppsV1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StatefulSet
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified HorizontalPodAutoscaler
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJob(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
partially update the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchBatchV1beta1NamespacedCronJob
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
partially update status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchBatchV1beta1NamespacedCronJobStatus
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CronJob
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.patchBatchV1beta1NamespacedCronJobWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CronJob
|
IoK8sApiBatchV1Job |
BatchV1Api.patchBatchV1NamespacedJob(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchBatchV1NamespacedJobAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
partially update the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchBatchV1NamespacedJobCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchBatchV1NamespacedJob
|
IoK8sApiBatchV1Job |
BatchV1Api.patchBatchV1NamespacedJobStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchBatchV1NamespacedJobStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchBatchV1NamespacedJobStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchBatchV1NamespacedJobStatus
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.patchBatchV1NamespacedJobStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Job
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.patchBatchV1NamespacedJobWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Job
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequest(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
partially update the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCertificatesV1beta1CertificateSigningRequest
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
partially update status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCertificatesV1beta1CertificateSigningRequestStatus
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified CertificateSigningRequest
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificatesV1beta1CertificateSigningRequestWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified CertificateSigningRequest
|
IoK8sApiCoordinationV1beta1Lease |
CoordinationV1beta1Api.patchCoordinationV1beta1NamespacedLease(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.patchCoordinationV1beta1NamespacedLeaseAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoordinationV1beta1Lease> callback)
(asynchronously)
partially update the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.patchCoordinationV1beta1NamespacedLeaseCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApiCoordinationV1beta1Lease> |
CoordinationV1beta1Api.patchCoordinationV1beta1NamespacedLeaseWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Lease
|
IoK8sApiCoreV1Namespace |
CoreV1Api.patchCoreV1Namespace(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespaceAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
partially update the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespaceCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1Namespace
|
IoK8sApiCoreV1ConfigMap |
CoreV1Api.patchCoreV1NamespacedConfigMap(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedConfigMapAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ConfigMap> callback)
(asynchronously)
partially update the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedConfigMapCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApiCoreV1ConfigMap> |
CoreV1Api.patchCoreV1NamespacedConfigMapWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ConfigMap
|
IoK8sApiCoreV1Endpoints |
CoreV1Api.patchCoreV1NamespacedEndpoints(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedEndpointsAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Endpoints> callback)
(asynchronously)
partially update the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedEndpointsCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApiCoreV1Endpoints> |
CoreV1Api.patchCoreV1NamespacedEndpointsWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Endpoints
|
IoK8sApiCoreV1Event |
CoreV1Api.patchCoreV1NamespacedEvent(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedEventAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Event> callback)
(asynchronously)
partially update the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedEventCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedEvent
|
ApiResponse<IoK8sApiCoreV1Event> |
CoreV1Api.patchCoreV1NamespacedEventWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Event
|
IoK8sApiCoreV1LimitRange |
CoreV1Api.patchCoreV1NamespacedLimitRange(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedLimitRangeAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1LimitRange> callback)
(asynchronously)
partially update the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedLimitRangeCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApiCoreV1LimitRange> |
CoreV1Api.patchCoreV1NamespacedLimitRangeWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified LimitRange
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaim(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
partially update the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedPersistentVolumeClaim
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
partially update status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedPersistentVolumeClaimStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.patchCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PersistentVolumeClaim
|
IoK8sApiCoreV1Pod |
CoreV1Api.patchCoreV1NamespacedPod(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
partially update the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedPod
|
IoK8sApiCoreV1Pod |
CoreV1Api.patchCoreV1NamespacedPodStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
partially update status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedPodStatus
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.patchCoreV1NamespacedPodStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Pod
|
IoK8sApiCoreV1PodTemplate |
CoreV1Api.patchCoreV1NamespacedPodTemplate(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodTemplateAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PodTemplate> callback)
(asynchronously)
partially update the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedPodTemplateCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApiCoreV1PodTemplate> |
CoreV1Api.patchCoreV1NamespacedPodTemplateWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodTemplate
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.patchCoreV1NamespacedPodWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Pod
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.patchCoreV1NamespacedReplicationController(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
partially update the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedReplicationController
|
IoK8sApiAutoscalingV1Scale |
CoreV1Api.patchCoreV1NamespacedReplicationControllerScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedReplicationControllerScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
CoreV1Api.patchCoreV1NamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicationController
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.patchCoreV1NamespacedReplicationControllerStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
partially update status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedReplicationControllerStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedReplicationControllerStatus
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.patchCoreV1NamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicationController
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.patchCoreV1NamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicationController
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.patchCoreV1NamespacedResourceQuota(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedResourceQuotaAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
partially update the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedResourceQuotaCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedResourceQuota
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.patchCoreV1NamespacedResourceQuotaStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedResourceQuotaStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
partially update status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedResourceQuotaStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedResourceQuotaStatus
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.patchCoreV1NamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ResourceQuota
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.patchCoreV1NamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ResourceQuota
|
IoK8sApiCoreV1Secret |
CoreV1Api.patchCoreV1NamespacedSecret(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedSecretAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Secret> callback)
(asynchronously)
partially update the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedSecretCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedSecret
|
ApiResponse<IoK8sApiCoreV1Secret> |
CoreV1Api.patchCoreV1NamespacedSecretWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Secret
|
IoK8sApiCoreV1Service |
CoreV1Api.patchCoreV1NamespacedService(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Service
|
IoK8sApiCoreV1ServiceAccount |
CoreV1Api.patchCoreV1NamespacedServiceAccount(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceAccountAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ServiceAccount> callback)
(asynchronously)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceAccountCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApiCoreV1ServiceAccount> |
CoreV1Api.patchCoreV1NamespacedServiceAccountWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
partially update the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedService
|
IoK8sApiCoreV1Service |
CoreV1Api.patchCoreV1NamespacedServiceStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
partially update status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespacedServiceStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespacedServiceStatus
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.patchCoreV1NamespacedServiceStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Service
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.patchCoreV1NamespacedServiceWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Service
|
IoK8sApiCoreV1Namespace |
CoreV1Api.patchCoreV1NamespaceStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespaceStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
partially update status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NamespaceStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NamespaceStatus
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.patchCoreV1NamespaceStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Namespace
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.patchCoreV1NamespaceWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Namespace
|
IoK8sApiCoreV1Node |
CoreV1Api.patchCoreV1Node(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NodeAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NodeCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1Node
|
IoK8sApiCoreV1Node |
CoreV1Api.patchCoreV1NodeStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NodeStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
partially update status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1NodeStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1NodeStatus
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.patchCoreV1NodeStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Node
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.patchCoreV1NodeWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Node
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.patchCoreV1PersistentVolume(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1PersistentVolumeAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
partially update the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1PersistentVolumeCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1PersistentVolume
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.patchCoreV1PersistentVolumeStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1PersistentVolumeStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
partially update status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchCoreV1PersistentVolumeStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCoreV1PersistentVolumeStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.patchCoreV1PersistentVolumeStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PersistentVolume
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.patchCoreV1PersistentVolumeWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PersistentVolume
|
IoK8sApiEventsV1beta1Event |
EventsV1beta1Api.patchEventsV1beta1NamespacedEvent(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.patchEventsV1beta1NamespacedEventAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiEventsV1beta1Event> callback)
(asynchronously)
partially update the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.patchEventsV1beta1NamespacedEventCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApiEventsV1beta1Event> |
EventsV1beta1Api.patchEventsV1beta1NamespacedEventWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Event
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedDaemonSet
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified DaemonSet
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified DaemonSet
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeployment(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedDeployment
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified Deployment
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Deployment
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Deployment
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngress(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
partially update the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedIngress
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
partially update status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedIngressStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified Ingress
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedIngressWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Ingress
|
IoK8sApiExtensionsV1beta1NetworkPolicy |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedNetworkPolicy(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedNetworkPolicyAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicy> callback)
(asynchronously)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedNetworkPolicyCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicy> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified NetworkPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSet(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified ReplicaSet
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicationControllerDummyScale(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicationControllerDummyScaleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1NamespacedReplicationControllerDummyScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchExtensionsV1beta1NamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update scale of the specified ReplicationControllerDummy
|
IoK8sApiExtensionsV1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.patchExtensionsV1beta1PodSecurityPolicy(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1PodSecurityPolicyAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1PodSecurityPolicy> callback)
(asynchronously)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchExtensionsV1beta1PodSecurityPolicyCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.patchExtensionsV1beta1PodSecurityPolicyWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodSecurityPolicy
|
IoK8sApiNetworkingV1NetworkPolicy |
NetworkingV1Api.patchNetworkingV1NamespacedNetworkPolicy(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.patchNetworkingV1NamespacedNetworkPolicyAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicy> callback)
(asynchronously)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.patchNetworkingV1NamespacedNetworkPolicyCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicy> |
NetworkingV1Api.patchNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified NetworkPolicy
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudget(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
partially update the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPolicyV1beta1NamespacedPodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetStatus(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
partially update status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPolicyV1beta1NamespacedPodDisruptionBudgetStatus
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified PodDisruptionBudget
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchPolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodSecurityPolicy |
PolicyV1beta1Api.patchPolicyV1beta1PodSecurityPolicy(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1PodSecurityPolicyAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodSecurityPolicy> callback)
(asynchronously)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchPolicyV1beta1PodSecurityPolicyCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiPolicyV1beta1PodSecurityPolicy> |
PolicyV1beta1Api.patchPolicyV1beta1PodSecurityPolicyWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PodSecurityPolicy
|
IoK8sApiRbacV1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRole(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRole> callback)
(asynchronously)
partially update the specified ClusterRole
|
IoK8sApiRbacV1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleBinding(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleBindingAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleBinding> callback)
(asynchronously)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleBindingCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRole
|
IoK8sApiRbacV1beta1Role |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRole(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1Role> callback)
(asynchronously)
partially update the specified Role
|
IoK8sApiRbacV1beta1RoleBinding |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleBinding(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1RoleBinding> callback)
(asynchronously)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleBindingCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1beta1Role> |
RbacAuthorizationV1beta1Api.patchRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Role
|
IoK8sApiRbacV1ClusterRole |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRole(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRole> callback)
(asynchronously)
partially update the specified ClusterRole
|
IoK8sApiRbacV1ClusterRoleBinding |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleBinding(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleBindingAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRoleBinding> callback)
(asynchronously)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleBindingCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1ClusterRoleBinding> |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApiRbacV1ClusterRole> |
RbacAuthorizationV1Api.patchRbacAuthorizationV1ClusterRoleWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified ClusterRole
|
IoK8sApiRbacV1Role |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRole(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1Role> callback)
(asynchronously)
partially update the specified Role
|
IoK8sApiRbacV1RoleBinding |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleBinding(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleBindingAsync(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1RoleBinding> callback)
(asynchronously)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleBindingCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1RoleBinding> |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleCall(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1Role> |
RbacAuthorizationV1Api.patchRbacAuthorizationV1NamespacedRoleWithHttpInfo(String name,
String namespace,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified Role
|
IoK8sApiSchedulingV1beta1PriorityClass |
SchedulingV1beta1Api.patchSchedulingV1beta1PriorityClass(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.patchSchedulingV1beta1PriorityClassAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiSchedulingV1beta1PriorityClass> callback)
(asynchronously)
partially update the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.patchSchedulingV1beta1PriorityClassCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApiSchedulingV1beta1PriorityClass> |
SchedulingV1beta1Api.patchSchedulingV1beta1PriorityClassWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified PriorityClass
|
IoK8sApiStorageV1beta1StorageClass |
StorageV1beta1Api.patchStorageV1beta1StorageClass(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageV1beta1StorageClassAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageV1beta1StorageClassCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageV1beta1StorageClass
|
ApiResponse<IoK8sApiStorageV1beta1StorageClass> |
StorageV1beta1Api.patchStorageV1beta1StorageClassWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StorageClass
|
IoK8sApiStorageV1beta1VolumeAttachment |
StorageV1beta1Api.patchStorageV1beta1VolumeAttachment(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageV1beta1VolumeAttachmentAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1VolumeAttachment> callback)
(asynchronously)
partially update the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageV1beta1VolumeAttachmentCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1beta1VolumeAttachment> |
StorageV1beta1Api.patchStorageV1beta1VolumeAttachmentWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified VolumeAttachment
|
IoK8sApiStorageV1StorageClass |
StorageV1Api.patchStorageV1StorageClass(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1StorageClassAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1StorageClassCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageV1StorageClass
|
ApiResponse<IoK8sApiStorageV1StorageClass> |
StorageV1Api.patchStorageV1StorageClassWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified StorageClass
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.patchStorageV1VolumeAttachment(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1VolumeAttachmentAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
partially update the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1VolumeAttachmentCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageV1VolumeAttachment
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.patchStorageV1VolumeAttachmentStatus(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1VolumeAttachmentStatusAsync(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
partially update status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageV1VolumeAttachmentStatusCall(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageV1VolumeAttachmentStatus
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.patchStorageV1VolumeAttachmentStatusWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update status of the specified VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.patchStorageV1VolumeAttachmentWithHttpInfo(String name,
IoK8sApimachineryPkgApisMetaV1Patch body,
String pretty,
String dryRun)
partially update the specified VolumeAttachment
|
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1MutatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> callback)
(asynchronously)
read the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1ValidatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> callback)
(asynchronously)
read the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.readAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinition(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
read the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiextensionsV1beta1CustomResourceDefinition
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionStatus(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
read status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiextensionsV1beta1CustomResourceDefinitionStatus
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionStatusWithHttpInfo(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.readApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.readApiregistrationV1APIService(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.readApiregistrationV1APIServiceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
read the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.readApiregistrationV1APIServiceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiregistrationV1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.readApiregistrationV1APIServiceStatus(String name,
String pretty)
read status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.readApiregistrationV1APIServiceStatusAsync(String name,
String pretty,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
read status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.readApiregistrationV1APIServiceStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiregistrationV1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.readApiregistrationV1APIServiceStatusWithHttpInfo(String name,
String pretty)
read status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.readApiregistrationV1APIServiceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIService(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
read the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiregistrationV1beta1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceStatus(String name,
String pretty)
read status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceStatusAsync(String name,
String pretty,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
read status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readApiregistrationV1beta1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceStatusWithHttpInfo(String name,
String pretty)
read status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.readApiregistrationV1beta1APIServiceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
IoK8sApiAppsV1beta1ControllerRevision |
AppsV1beta1Api.readAppsV1beta1NamespacedControllerRevision(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevision> callback)
(asynchronously)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevision> |
AppsV1beta1Api.readAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.readAppsV1beta1NamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedDeployment
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.readAppsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedStatefulSet
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.readAppsV1beta1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
IoK8sApiAppsV1beta2ControllerRevision |
AppsV1beta2Api.readAppsV1beta2NamespacedControllerRevision(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevision> callback)
(asynchronously)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevision> |
AppsV1beta2Api.readAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedDaemonSet
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetStatus(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.readAppsV1beta2NamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedDeployment
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.readAppsV1beta2NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedReplicaSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedStatefulSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1beta2NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.readAppsV1beta2NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
IoK8sApiAppsV1ControllerRevision |
AppsV1Api.readAppsV1NamespacedControllerRevision(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1ControllerRevision> callback)
(asynchronously)
read the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1ControllerRevision> |
AppsV1Api.readAppsV1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.readAppsV1NamespacedDaemonSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedDaemonSet
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.readAppsV1NamespacedDaemonSetStatus(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDaemonSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDaemonSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.readAppsV1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.readAppsV1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
IoK8sApiAppsV1Deployment |
AppsV1Api.readAppsV1NamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedDeployment
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.readAppsV1NamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.readAppsV1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
IoK8sApiAppsV1Deployment |
AppsV1Api.readAppsV1NamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.readAppsV1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.readAppsV1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.readAppsV1NamespacedReplicaSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedReplicaSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.readAppsV1NamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.readAppsV1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.readAppsV1NamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedReplicaSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.readAppsV1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.readAppsV1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.readAppsV1NamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedStatefulSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.readAppsV1NamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
read scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.readAppsV1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.readAppsV1NamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.readAppsV1NamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAppsV1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.readAppsV1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.readAppsV1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.readAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
read the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readBatchV1beta1NamespacedCronJob
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobStatus(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
read status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readBatchV1beta1NamespacedCronJobStatus
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.readBatchV1beta1NamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
IoK8sApiBatchV1Job |
BatchV1Api.readBatchV1NamespacedJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readBatchV1NamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
read the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readBatchV1NamespacedJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readBatchV1NamespacedJob
|
IoK8sApiBatchV1Job |
BatchV1Api.readBatchV1NamespacedJobStatus(String name,
String namespace,
String pretty)
read status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readBatchV1NamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
read status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readBatchV1NamespacedJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readBatchV1NamespacedJobStatus
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.readBatchV1NamespacedJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Job
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.readBatchV1NamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequest(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
read the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCertificatesV1beta1CertificateSigningRequest
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestStatus(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
read status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCertificatesV1beta1CertificateSigningRequestStatus
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestStatusWithHttpInfo(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.readCertificatesV1beta1CertificateSigningRequestWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
IoK8sApiCoordinationV1beta1Lease |
CoordinationV1beta1Api.readCoordinationV1beta1NamespacedLease(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.readCoordinationV1beta1NamespacedLeaseAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoordinationV1beta1Lease> callback)
(asynchronously)
read the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.readCoordinationV1beta1NamespacedLeaseCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApiCoordinationV1beta1Lease> |
CoordinationV1beta1Api.readCoordinationV1beta1NamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
IoK8sApiCoreV1ComponentStatus |
CoreV1Api.readCoreV1ComponentStatus(String name,
String pretty)
read the specified ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1ComponentStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiCoreV1ComponentStatus> callback)
(asynchronously)
read the specified ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1ComponentStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1ComponentStatus
|
ApiResponse<IoK8sApiCoreV1ComponentStatus> |
CoreV1Api.readCoreV1ComponentStatusWithHttpInfo(String name,
String pretty)
read the specified ComponentStatus
|
IoK8sApiCoreV1Namespace |
CoreV1Api.readCoreV1Namespace(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespaceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
read the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespaceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1Namespace
|
IoK8sApiCoreV1ConfigMap |
CoreV1Api.readCoreV1NamespacedConfigMap(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedConfigMapAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1ConfigMap> callback)
(asynchronously)
read the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedConfigMapCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApiCoreV1ConfigMap> |
CoreV1Api.readCoreV1NamespacedConfigMapWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
IoK8sApiCoreV1Endpoints |
CoreV1Api.readCoreV1NamespacedEndpoints(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedEndpointsAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Endpoints> callback)
(asynchronously)
read the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedEndpointsCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApiCoreV1Endpoints> |
CoreV1Api.readCoreV1NamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
IoK8sApiCoreV1Event |
CoreV1Api.readCoreV1NamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Event> callback)
(asynchronously)
read the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedEvent
|
ApiResponse<IoK8sApiCoreV1Event> |
CoreV1Api.readCoreV1NamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
IoK8sApiCoreV1LimitRange |
CoreV1Api.readCoreV1NamespacedLimitRange(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1LimitRange> callback)
(asynchronously)
read the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedLimitRangeCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApiCoreV1LimitRange> |
CoreV1Api.readCoreV1NamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaim(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
read the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPersistentVolumeClaim
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimStatus(String name,
String namespace,
String pretty)
read status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
read status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPersistentVolumeClaimStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified PersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.readCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolumeClaim
|
IoK8sApiCoreV1Pod |
CoreV1Api.readCoreV1NamespacedPod(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
read the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPod
|
String |
CoreV1Api.readCoreV1NamespacedPodLog(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps)
read log of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodLogAsync(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ApiCallback<String> callback)
(asynchronously)
read log of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodLogCall(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPodLog
|
ApiResponse<String> |
CoreV1Api.readCoreV1NamespacedPodLogWithHttpInfo(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps)
read log of the specified Pod
|
IoK8sApiCoreV1Pod |
CoreV1Api.readCoreV1NamespacedPodStatus(String name,
String namespace,
String pretty)
read status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
read status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPodStatus
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.readCoreV1NamespacedPodStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Pod
|
IoK8sApiCoreV1PodTemplate |
CoreV1Api.readCoreV1NamespacedPodTemplate(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1PodTemplate> callback)
(asynchronously)
read the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedPodTemplateCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApiCoreV1PodTemplate> |
CoreV1Api.readCoreV1NamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.readCoreV1NamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.readCoreV1NamespacedReplicationController(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
read the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedReplicationController
|
IoK8sApiAutoscalingV1Scale |
CoreV1Api.readCoreV1NamespacedReplicationControllerScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
read scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedReplicationControllerScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
CoreV1Api.readCoreV1NamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.readCoreV1NamespacedReplicationControllerStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
read status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedReplicationControllerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedReplicationControllerStatus
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.readCoreV1NamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicationController
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.readCoreV1NamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicationController
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.readCoreV1NamespacedResourceQuota(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
read the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedResourceQuotaCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedResourceQuota
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.readCoreV1NamespacedResourceQuotaStatus(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedResourceQuotaStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
read status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedResourceQuotaStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedResourceQuotaStatus
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.readCoreV1NamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.readCoreV1NamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
IoK8sApiCoreV1Secret |
CoreV1Api.readCoreV1NamespacedSecret(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedSecretAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Secret> callback)
(asynchronously)
read the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedSecretCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedSecret
|
ApiResponse<IoK8sApiCoreV1Secret> |
CoreV1Api.readCoreV1NamespacedSecretWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
IoK8sApiCoreV1Service |
CoreV1Api.readCoreV1NamespacedService(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
IoK8sApiCoreV1ServiceAccount |
CoreV1Api.readCoreV1NamespacedServiceAccount(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1ServiceAccount> callback)
(asynchronously)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceAccountCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApiCoreV1ServiceAccount> |
CoreV1Api.readCoreV1NamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
read the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedService
|
IoK8sApiCoreV1Service |
CoreV1Api.readCoreV1NamespacedServiceStatus(String name,
String namespace,
String pretty)
read status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
read status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespacedServiceStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespacedServiceStatus
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.readCoreV1NamespacedServiceStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Service
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.readCoreV1NamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
IoK8sApiCoreV1Namespace |
CoreV1Api.readCoreV1NamespaceStatus(String name,
String pretty)
read status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespaceStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
read status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NamespaceStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NamespaceStatus
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.readCoreV1NamespaceStatusWithHttpInfo(String name,
String pretty)
read status of the specified Namespace
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.readCoreV1NamespaceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
IoK8sApiCoreV1Node |
CoreV1Api.readCoreV1Node(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
read the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NodeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1Node
|
IoK8sApiCoreV1Node |
CoreV1Api.readCoreV1NodeStatus(String name,
String pretty)
read status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NodeStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
read status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1NodeStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1NodeStatus
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.readCoreV1NodeStatusWithHttpInfo(String name,
String pretty)
read status of the specified Node
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.readCoreV1NodeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Node
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.readCoreV1PersistentVolume(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1PersistentVolumeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
read the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1PersistentVolumeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1PersistentVolume
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.readCoreV1PersistentVolumeStatus(String name,
String pretty)
read status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1PersistentVolumeStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
read status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readCoreV1PersistentVolumeStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCoreV1PersistentVolumeStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.readCoreV1PersistentVolumeStatusWithHttpInfo(String name,
String pretty)
read status of the specified PersistentVolume
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.readCoreV1PersistentVolumeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolume
|
IoK8sApiEventsV1beta1Event |
EventsV1beta1Api.readEventsV1beta1NamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.readEventsV1beta1NamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiEventsV1beta1Event> callback)
(asynchronously)
read the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.readEventsV1beta1NamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApiEventsV1beta1Event> |
EventsV1beta1Api.readEventsV1beta1NamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedDaemonSet
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetStatus(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedDeployment
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngress(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
read the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedIngress
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
read status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedIngressStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
IoK8sApiExtensionsV1beta1NetworkPolicy |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedNetworkPolicy(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicy> callback)
(asynchronously)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicy> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicationControllerDummyScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicationControllerDummyScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1NamespacedReplicationControllerDummyScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readExtensionsV1beta1NamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationControllerDummy
|
IoK8sApiExtensionsV1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.readExtensionsV1beta1PodSecurityPolicy(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1PodSecurityPolicyAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiExtensionsV1beta1PodSecurityPolicy> callback)
(asynchronously)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readExtensionsV1beta1PodSecurityPolicyCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.readExtensionsV1beta1PodSecurityPolicyWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
IoK8sApiNetworkingV1NetworkPolicy |
NetworkingV1Api.readNetworkingV1NamespacedNetworkPolicy(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.readNetworkingV1NamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicy> callback)
(asynchronously)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.readNetworkingV1NamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicy> |
NetworkingV1Api.readNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudget(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
read the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPolicyV1beta1NamespacedPodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetStatus(String name,
String namespace,
String pretty)
read status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
read status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPolicyV1beta1NamespacedPodDisruptionBudgetStatus
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified PodDisruptionBudget
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.readPolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodSecurityPolicy |
PolicyV1beta1Api.readPolicyV1beta1PodSecurityPolicy(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1PodSecurityPolicyAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiPolicyV1beta1PodSecurityPolicy> callback)
(asynchronously)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readPolicyV1beta1PodSecurityPolicyCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiPolicyV1beta1PodSecurityPolicy> |
PolicyV1beta1Api.readPolicyV1beta1PodSecurityPolicyWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
IoK8sApiRbacV1beta1ClusterRole |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRole(String name,
String pretty)
read the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleAsync(String name,
String pretty,
ApiCallback<IoK8sApiRbacV1beta1ClusterRole> callback)
(asynchronously)
read the specified ClusterRole
|
IoK8sApiRbacV1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleBinding(String name,
String pretty)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleBinding> callback)
(asynchronously)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleBindingCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(String name,
String pretty)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
IoK8sApiRbacV1beta1Role |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiRbacV1beta1Role> callback)
(asynchronously)
read the specified Role
|
IoK8sApiRbacV1beta1RoleBinding |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiRbacV1beta1RoleBinding> callback)
(asynchronously)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1beta1Role> |
RbacAuthorizationV1beta1Api.readRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
IoK8sApiRbacV1ClusterRole |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRole(String name,
String pretty)
read the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleAsync(String name,
String pretty,
ApiCallback<IoK8sApiRbacV1ClusterRole> callback)
(asynchronously)
read the specified ClusterRole
|
IoK8sApiRbacV1ClusterRoleBinding |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleBinding(String name,
String pretty)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<IoK8sApiRbacV1ClusterRoleBinding> callback)
(asynchronously)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleBindingCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1ClusterRoleBinding> |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(String name,
String pretty)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApiRbacV1ClusterRole> |
RbacAuthorizationV1Api.readRbacAuthorizationV1ClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
IoK8sApiRbacV1Role |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiRbacV1Role> callback)
(asynchronously)
read the specified Role
|
IoK8sApiRbacV1RoleBinding |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<IoK8sApiRbacV1RoleBinding> callback)
(asynchronously)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1RoleBinding> |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1Role> |
RbacAuthorizationV1Api.readRbacAuthorizationV1NamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
IoK8sApiSchedulingV1beta1PriorityClass |
SchedulingV1beta1Api.readSchedulingV1beta1PriorityClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.readSchedulingV1beta1PriorityClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiSchedulingV1beta1PriorityClass> callback)
(asynchronously)
read the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.readSchedulingV1beta1PriorityClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApiSchedulingV1beta1PriorityClass> |
SchedulingV1beta1Api.readSchedulingV1beta1PriorityClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
IoK8sApiStorageV1beta1StorageClass |
StorageV1beta1Api.readStorageV1beta1StorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageV1beta1StorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiStorageV1beta1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageV1beta1StorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageV1beta1StorageClass
|
ApiResponse<IoK8sApiStorageV1beta1StorageClass> |
StorageV1beta1Api.readStorageV1beta1StorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
IoK8sApiStorageV1beta1VolumeAttachment |
StorageV1beta1Api.readStorageV1beta1VolumeAttachment(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageV1beta1VolumeAttachmentAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiStorageV1beta1VolumeAttachment> callback)
(asynchronously)
read the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageV1beta1VolumeAttachmentCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1beta1VolumeAttachment> |
StorageV1beta1Api.readStorageV1beta1VolumeAttachmentWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
IoK8sApiStorageV1StorageClass |
StorageV1Api.readStorageV1StorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1StorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiStorageV1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1StorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageV1StorageClass
|
ApiResponse<IoK8sApiStorageV1StorageClass> |
StorageV1Api.readStorageV1StorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.readStorageV1VolumeAttachment(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1VolumeAttachmentAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
read the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1VolumeAttachmentCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageV1VolumeAttachment
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.readStorageV1VolumeAttachmentStatus(String name,
String pretty)
read status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1VolumeAttachmentStatusAsync(String name,
String pretty,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
read status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageV1VolumeAttachmentStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageV1VolumeAttachmentStatus
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.readStorageV1VolumeAttachmentStatusWithHttpInfo(String name,
String pretty)
read status of the specified VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.readStorageV1VolumeAttachmentWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1MutatingWebhookConfiguration(String name,
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun)
replace the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(String name,
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> callback)
(asynchronously)
replace the specified MutatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(String name,
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(String name,
IoK8sApiAdmissionregistrationV1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun)
replace the specified MutatingWebhookConfiguration
|
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration(String name,
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun)
replace the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(String name,
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> callback)
(asynchronously)
replace the specified ValidatingWebhookConfiguration
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(String name,
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
ApiResponse<IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.replaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(String name,
IoK8sApiAdmissionregistrationV1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun)
replace the specified ValidatingWebhookConfiguration
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinition(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun)
replace the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionAsync(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
replace the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionCall(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiextensionsV1beta1CustomResourceDefinition
|
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionStatus(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun)
replace status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionStatusAsync(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> callback)
(asynchronously)
replace status of the specified CustomResourceDefinition
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionStatusCall(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiextensionsV1beta1CustomResourceDefinitionStatus
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionStatusWithHttpInfo(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun)
replace status of the specified CustomResourceDefinition
|
ApiResponse<IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.replaceApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(String name,
IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1CustomResourceDefinition body,
String pretty,
String dryRun)
replace the specified CustomResourceDefinition
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.replaceApiregistrationV1APIService(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun)
replace the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceAsync(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
replace the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceCall(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiregistrationV1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceStatus(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun)
replace status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceStatusAsync(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> callback)
(asynchronously)
replace status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceStatusCall(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiregistrationV1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceStatusWithHttpInfo(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun)
replace status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1APIService> |
ApiregistrationV1Api.replaceApiregistrationV1APIServiceWithHttpInfo(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body,
String pretty,
String dryRun)
replace the specified APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIService(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun)
replace the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceAsync(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
replace the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceCall(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiregistrationV1beta1APIService
|
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceStatus(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun)
replace status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceStatusAsync(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun,
ApiCallback<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> callback)
(asynchronously)
replace status of the specified APIService
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceStatusCall(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceApiregistrationV1beta1APIServiceStatus
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceStatusWithHttpInfo(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun)
replace status of the specified APIService
|
ApiResponse<IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService> |
ApiregistrationV1beta1Api.replaceApiregistrationV1beta1APIServiceWithHttpInfo(String name,
IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService body,
String pretty,
String dryRun)
replace the specified APIService
|
IoK8sApiAppsV1beta1ControllerRevision |
AppsV1beta1Api.replaceAppsV1beta1NamespacedControllerRevision(String name,
String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1ControllerRevision> callback)
(asynchronously)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta1ControllerRevision> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeployment(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedDeployment
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
IoK8sApiAppsV1beta1Deployment |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta1Deployment> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSet(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedStatefulSet
|
IoK8sApiAppsV1beta1Scale |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta1Scale> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
IoK8sApiAppsV1beta1StatefulSet |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta1StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta1StatefulSet> |
AppsV1beta1Api.replaceAppsV1beta1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta1StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
IoK8sApiAppsV1beta2ControllerRevision |
AppsV1beta2Api.replaceAppsV1beta2NamespacedControllerRevision(String name,
String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ControllerRevision> callback)
(asynchronously)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1beta2ControllerRevision> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSet(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedDaemonSet
|
IoK8sApiAppsV1beta2DaemonSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2DaemonSet> callback)
(asynchronously)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1beta2DaemonSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeployment(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentCall(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedDeployment
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentScale(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
IoK8sApiAppsV1beta2Deployment |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1beta2Deployment> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSet(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedReplicaSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
IoK8sApiAppsV1beta2ReplicaSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2ReplicaSet> callback)
(asynchronously)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1beta2ReplicaSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSet(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedStatefulSet
|
IoK8sApiAppsV1beta2Scale |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAppsV1beta2Scale> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
IoK8sApiAppsV1beta2StatefulSet |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1beta2StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1beta2NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1beta2StatefulSet> |
AppsV1beta2Api.replaceAppsV1beta2NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1beta2StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
IoK8sApiAppsV1ControllerRevision |
AppsV1Api.replaceAppsV1NamespacedControllerRevision(String name,
String namespace,
IoK8sApiAppsV1ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedControllerRevisionAsync(String name,
String namespace,
IoK8sApiAppsV1ControllerRevision body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ControllerRevision> callback)
(asynchronously)
replace the specified ControllerRevision
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedControllerRevisionCall(String name,
String namespace,
IoK8sApiAppsV1ControllerRevision body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedControllerRevision
|
ApiResponse<IoK8sApiAppsV1ControllerRevision> |
AppsV1Api.replaceAppsV1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1ControllerRevision body,
String pretty,
String dryRun)
replace the specified ControllerRevision
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.replaceAppsV1NamespacedDaemonSet(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedDaemonSet
|
IoK8sApiAppsV1DaemonSet |
AppsV1Api.replaceAppsV1NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1DaemonSet> callback)
(asynchronously)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.replaceAppsV1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
ApiResponse<IoK8sApiAppsV1DaemonSet> |
AppsV1Api.replaceAppsV1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
IoK8sApiAppsV1Deployment |
AppsV1Api.replaceAppsV1NamespacedDeployment(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedDeployment
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.replaceAppsV1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.replaceAppsV1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
IoK8sApiAppsV1Deployment |
AppsV1Api.replaceAppsV1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.replaceAppsV1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
ApiResponse<IoK8sApiAppsV1Deployment> |
AppsV1Api.replaceAppsV1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.replaceAppsV1NamespacedReplicaSet(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedReplicaSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.replaceAppsV1NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.replaceAppsV1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
IoK8sApiAppsV1ReplicaSet |
AppsV1Api.replaceAppsV1NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1ReplicaSet> callback)
(asynchronously)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.replaceAppsV1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
ApiResponse<IoK8sApiAppsV1ReplicaSet> |
AppsV1Api.replaceAppsV1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.replaceAppsV1NamespacedStatefulSet(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetAsync(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetCall(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedStatefulSet
|
IoK8sApiAutoscalingV1Scale |
AppsV1Api.replaceAppsV1NamespacedStatefulSetScale(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetScaleAsync(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
replace scale of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetScaleCall(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedStatefulSetScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
AppsV1Api.replaceAppsV1NamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified StatefulSet
|
IoK8sApiAppsV1StatefulSet |
AppsV1Api.replaceAppsV1NamespacedStatefulSetStatus(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetStatusAsync(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAppsV1StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1Api.replaceAppsV1NamespacedStatefulSetStatusCall(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAppsV1NamespacedStatefulSetStatus
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.replaceAppsV1NamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun)
replace status of the specified StatefulSet
|
ApiResponse<IoK8sApiAppsV1StatefulSet> |
AppsV1Api.replaceAppsV1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
IoK8sApiAppsV1StatefulSet body,
String pretty,
String dryRun)
replace the specified StatefulSet
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun)
replace the specified HorizontalPodAutoscaler
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJob(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobAsync(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobCall(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceBatchV1beta1NamespacedCronJob
|
IoK8sApiBatchV1beta1CronJob |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobStatus(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobStatusAsync(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1beta1CronJob> callback)
(asynchronously)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobStatusCall(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceBatchV1beta1NamespacedCronJobStatus
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun)
replace status of the specified CronJob
|
ApiResponse<IoK8sApiBatchV1beta1CronJob> |
BatchV1beta1Api.replaceBatchV1beta1NamespacedCronJobWithHttpInfo(String name,
String namespace,
IoK8sApiBatchV1beta1CronJob body,
String pretty,
String dryRun)
replace the specified CronJob
|
IoK8sApiBatchV1Job |
BatchV1Api.replaceBatchV1NamespacedJob(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceBatchV1NamespacedJobAsync(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceBatchV1NamespacedJobCall(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceBatchV1NamespacedJob
|
IoK8sApiBatchV1Job |
BatchV1Api.replaceBatchV1NamespacedJobStatus(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceBatchV1NamespacedJobStatusAsync(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiBatchV1Job> callback)
(asynchronously)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceBatchV1NamespacedJobStatusCall(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceBatchV1NamespacedJobStatus
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.replaceBatchV1NamespacedJobStatusWithHttpInfo(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun)
replace status of the specified Job
|
ApiResponse<IoK8sApiBatchV1Job> |
BatchV1Api.replaceBatchV1NamespacedJobWithHttpInfo(String name,
String namespace,
IoK8sApiBatchV1Job body,
String pretty,
String dryRun)
replace the specified Job
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequest(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun)
replace the specified CertificateSigningRequest
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestApproval(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String dryRun,
String pretty)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestApprovalAsync(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String dryRun,
String pretty,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestApprovalCall(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String dryRun,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificatesV1beta1CertificateSigningRequestApproval
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestApprovalWithHttpInfo(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String dryRun,
String pretty)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestAsync(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
replace the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestCall(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificatesV1beta1CertificateSigningRequest
|
IoK8sApiCertificatesV1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestStatus(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun)
replace status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestStatusAsync(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCertificatesV1beta1CertificateSigningRequest> callback)
(asynchronously)
replace status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestStatusCall(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificatesV1beta1CertificateSigningRequestStatus
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestStatusWithHttpInfo(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun)
replace status of the specified CertificateSigningRequest
|
ApiResponse<IoK8sApiCertificatesV1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificatesV1beta1CertificateSigningRequestWithHttpInfo(String name,
IoK8sApiCertificatesV1beta1CertificateSigningRequest body,
String pretty,
String dryRun)
replace the specified CertificateSigningRequest
|
IoK8sApiCoordinationV1beta1Lease |
CoordinationV1beta1Api.replaceCoordinationV1beta1NamespacedLease(String name,
String namespace,
IoK8sApiCoordinationV1beta1Lease body,
String pretty,
String dryRun)
replace the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.replaceCoordinationV1beta1NamespacedLeaseAsync(String name,
String namespace,
IoK8sApiCoordinationV1beta1Lease body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoordinationV1beta1Lease> callback)
(asynchronously)
replace the specified Lease
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.replaceCoordinationV1beta1NamespacedLeaseCall(String name,
String namespace,
IoK8sApiCoordinationV1beta1Lease body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoordinationV1beta1NamespacedLease
|
ApiResponse<IoK8sApiCoordinationV1beta1Lease> |
CoordinationV1beta1Api.replaceCoordinationV1beta1NamespacedLeaseWithHttpInfo(String name,
String namespace,
IoK8sApiCoordinationV1beta1Lease body,
String pretty,
String dryRun)
replace the specified Lease
|
IoK8sApiCoreV1Namespace |
CoreV1Api.replaceCoreV1Namespace(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceAsync(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceCall(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1Namespace
|
IoK8sApiCoreV1ConfigMap |
CoreV1Api.replaceCoreV1NamespacedConfigMap(String name,
String namespace,
IoK8sApiCoreV1ConfigMap body,
String pretty,
String dryRun)
replace the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedConfigMapAsync(String name,
String namespace,
IoK8sApiCoreV1ConfigMap body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ConfigMap> callback)
(asynchronously)
replace the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedConfigMapCall(String name,
String namespace,
IoK8sApiCoreV1ConfigMap body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedConfigMap
|
ApiResponse<IoK8sApiCoreV1ConfigMap> |
CoreV1Api.replaceCoreV1NamespacedConfigMapWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ConfigMap body,
String pretty,
String dryRun)
replace the specified ConfigMap
|
IoK8sApiCoreV1Endpoints |
CoreV1Api.replaceCoreV1NamespacedEndpoints(String name,
String namespace,
IoK8sApiCoreV1Endpoints body,
String pretty,
String dryRun)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedEndpointsAsync(String name,
String namespace,
IoK8sApiCoreV1Endpoints body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Endpoints> callback)
(asynchronously)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedEndpointsCall(String name,
String namespace,
IoK8sApiCoreV1Endpoints body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedEndpoints
|
ApiResponse<IoK8sApiCoreV1Endpoints> |
CoreV1Api.replaceCoreV1NamespacedEndpointsWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Endpoints body,
String pretty,
String dryRun)
replace the specified Endpoints
|
IoK8sApiCoreV1Event |
CoreV1Api.replaceCoreV1NamespacedEvent(String name,
String namespace,
IoK8sApiCoreV1Event body,
String pretty,
String dryRun)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedEventAsync(String name,
String namespace,
IoK8sApiCoreV1Event body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Event> callback)
(asynchronously)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedEventCall(String name,
String namespace,
IoK8sApiCoreV1Event body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedEvent
|
ApiResponse<IoK8sApiCoreV1Event> |
CoreV1Api.replaceCoreV1NamespacedEventWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Event body,
String pretty,
String dryRun)
replace the specified Event
|
IoK8sApiCoreV1LimitRange |
CoreV1Api.replaceCoreV1NamespacedLimitRange(String name,
String namespace,
IoK8sApiCoreV1LimitRange body,
String pretty,
String dryRun)
replace the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedLimitRangeAsync(String name,
String namespace,
IoK8sApiCoreV1LimitRange body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1LimitRange> callback)
(asynchronously)
replace the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedLimitRangeCall(String name,
String namespace,
IoK8sApiCoreV1LimitRange body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedLimitRange
|
ApiResponse<IoK8sApiCoreV1LimitRange> |
CoreV1Api.replaceCoreV1NamespacedLimitRangeWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1LimitRange body,
String pretty,
String dryRun)
replace the specified LimitRange
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaim(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun)
replace the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimAsync(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
replace the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimCall(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedPersistentVolumeClaim
|
IoK8sApiCoreV1PersistentVolumeClaim |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimStatus(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun)
replace status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolumeClaim> callback)
(asynchronously)
replace status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedPersistentVolumeClaimStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun)
replace status of the specified PersistentVolumeClaim
|
ApiResponse<IoK8sApiCoreV1PersistentVolumeClaim> |
CoreV1Api.replaceCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1PersistentVolumeClaim body,
String pretty,
String dryRun)
replace the specified PersistentVolumeClaim
|
IoK8sApiCoreV1Pod |
CoreV1Api.replaceCoreV1NamespacedPod(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodAsync(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodCall(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedPod
|
IoK8sApiCoreV1Pod |
CoreV1Api.replaceCoreV1NamespacedPodStatus(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodStatusAsync(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Pod> callback)
(asynchronously)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodStatusCall(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedPodStatus
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.replaceCoreV1NamespacedPodStatusWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun)
replace status of the specified Pod
|
IoK8sApiCoreV1PodTemplate |
CoreV1Api.replaceCoreV1NamespacedPodTemplate(String name,
String namespace,
IoK8sApiCoreV1PodTemplate body,
String pretty,
String dryRun)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodTemplateAsync(String name,
String namespace,
IoK8sApiCoreV1PodTemplate body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PodTemplate> callback)
(asynchronously)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedPodTemplateCall(String name,
String namespace,
IoK8sApiCoreV1PodTemplate body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedPodTemplate
|
ApiResponse<IoK8sApiCoreV1PodTemplate> |
CoreV1Api.replaceCoreV1NamespacedPodTemplateWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1PodTemplate body,
String pretty,
String dryRun)
replace the specified PodTemplate
|
ApiResponse<IoK8sApiCoreV1Pod> |
CoreV1Api.replaceCoreV1NamespacedPodWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Pod body,
String pretty,
String dryRun)
replace the specified Pod
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.replaceCoreV1NamespacedReplicationController(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun)
replace the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerAsync(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
replace the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerCall(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedReplicationController
|
IoK8sApiAutoscalingV1Scale |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerScale(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerScaleAsync(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiAutoscalingV1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerScaleCall(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedReplicationControllerScale
|
ApiResponse<IoK8sApiAutoscalingV1Scale> |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
IoK8sApiAutoscalingV1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicationController
|
IoK8sApiCoreV1ReplicationController |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerStatus(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun)
replace status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerStatusAsync(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ReplicationController> callback)
(asynchronously)
replace status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerStatusCall(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedReplicationControllerStatus
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun)
replace status of the specified ReplicationController
|
ApiResponse<IoK8sApiCoreV1ReplicationController> |
CoreV1Api.replaceCoreV1NamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ReplicationController body,
String pretty,
String dryRun)
replace the specified ReplicationController
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.replaceCoreV1NamespacedResourceQuota(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun)
replace the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaAsync(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
replace the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaCall(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedResourceQuota
|
IoK8sApiCoreV1ResourceQuota |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaStatus(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun)
replace status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaStatusAsync(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ResourceQuota> callback)
(asynchronously)
replace status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaStatusCall(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedResourceQuotaStatus
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun)
replace status of the specified ResourceQuota
|
ApiResponse<IoK8sApiCoreV1ResourceQuota> |
CoreV1Api.replaceCoreV1NamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ResourceQuota body,
String pretty,
String dryRun)
replace the specified ResourceQuota
|
IoK8sApiCoreV1Secret |
CoreV1Api.replaceCoreV1NamespacedSecret(String name,
String namespace,
IoK8sApiCoreV1Secret body,
String pretty,
String dryRun)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedSecretAsync(String name,
String namespace,
IoK8sApiCoreV1Secret body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Secret> callback)
(asynchronously)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedSecretCall(String name,
String namespace,
IoK8sApiCoreV1Secret body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedSecret
|
ApiResponse<IoK8sApiCoreV1Secret> |
CoreV1Api.replaceCoreV1NamespacedSecretWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Secret body,
String pretty,
String dryRun)
replace the specified Secret
|
IoK8sApiCoreV1Service |
CoreV1Api.replaceCoreV1NamespacedService(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun)
replace the specified Service
|
IoK8sApiCoreV1ServiceAccount |
CoreV1Api.replaceCoreV1NamespacedServiceAccount(String name,
String namespace,
IoK8sApiCoreV1ServiceAccount body,
String pretty,
String dryRun)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceAccountAsync(String name,
String namespace,
IoK8sApiCoreV1ServiceAccount body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1ServiceAccount> callback)
(asynchronously)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceAccountCall(String name,
String namespace,
IoK8sApiCoreV1ServiceAccount body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedServiceAccount
|
ApiResponse<IoK8sApiCoreV1ServiceAccount> |
CoreV1Api.replaceCoreV1NamespacedServiceAccountWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1ServiceAccount body,
String pretty,
String dryRun)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceAsync(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
replace the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceCall(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedService
|
IoK8sApiCoreV1Service |
CoreV1Api.replaceCoreV1NamespacedServiceStatus(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceStatusAsync(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Service> callback)
(asynchronously)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespacedServiceStatusCall(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespacedServiceStatus
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.replaceCoreV1NamespacedServiceStatusWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun)
replace status of the specified Service
|
ApiResponse<IoK8sApiCoreV1Service> |
CoreV1Api.replaceCoreV1NamespacedServiceWithHttpInfo(String name,
String namespace,
IoK8sApiCoreV1Service body,
String pretty,
String dryRun)
replace the specified Service
|
IoK8sApiCoreV1Namespace |
CoreV1Api.replaceCoreV1NamespaceFinalize(String name,
IoK8sApiCoreV1Namespace body,
String dryRun,
String pretty)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceFinalizeAsync(String name,
IoK8sApiCoreV1Namespace body,
String dryRun,
String pretty,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceFinalizeCall(String name,
IoK8sApiCoreV1Namespace body,
String dryRun,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespaceFinalize
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.replaceCoreV1NamespaceFinalizeWithHttpInfo(String name,
IoK8sApiCoreV1Namespace body,
String dryRun,
String pretty)
replace finalize of the specified Namespace
|
IoK8sApiCoreV1Namespace |
CoreV1Api.replaceCoreV1NamespaceStatus(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceStatusAsync(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Namespace> callback)
(asynchronously)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NamespaceStatusCall(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NamespaceStatus
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.replaceCoreV1NamespaceStatusWithHttpInfo(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun)
replace status of the specified Namespace
|
ApiResponse<IoK8sApiCoreV1Namespace> |
CoreV1Api.replaceCoreV1NamespaceWithHttpInfo(String name,
IoK8sApiCoreV1Namespace body,
String pretty,
String dryRun)
replace the specified Namespace
|
IoK8sApiCoreV1Node |
CoreV1Api.replaceCoreV1Node(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NodeAsync(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NodeCall(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1Node
|
IoK8sApiCoreV1Node |
CoreV1Api.replaceCoreV1NodeStatus(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NodeStatusAsync(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1Node> callback)
(asynchronously)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1NodeStatusCall(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1NodeStatus
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.replaceCoreV1NodeStatusWithHttpInfo(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun)
replace status of the specified Node
|
ApiResponse<IoK8sApiCoreV1Node> |
CoreV1Api.replaceCoreV1NodeWithHttpInfo(String name,
IoK8sApiCoreV1Node body,
String pretty,
String dryRun)
replace the specified Node
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.replaceCoreV1PersistentVolume(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1PersistentVolumeAsync(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1PersistentVolumeCall(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1PersistentVolume
|
IoK8sApiCoreV1PersistentVolume |
CoreV1Api.replaceCoreV1PersistentVolumeStatus(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1PersistentVolumeStatusAsync(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiCoreV1PersistentVolume> callback)
(asynchronously)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replaceCoreV1PersistentVolumeStatusCall(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCoreV1PersistentVolumeStatus
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.replaceCoreV1PersistentVolumeStatusWithHttpInfo(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun)
replace status of the specified PersistentVolume
|
ApiResponse<IoK8sApiCoreV1PersistentVolume> |
CoreV1Api.replaceCoreV1PersistentVolumeWithHttpInfo(String name,
IoK8sApiCoreV1PersistentVolume body,
String pretty,
String dryRun)
replace the specified PersistentVolume
|
IoK8sApiEventsV1beta1Event |
EventsV1beta1Api.replaceEventsV1beta1NamespacedEvent(String name,
String namespace,
IoK8sApiEventsV1beta1Event body,
String pretty,
String dryRun)
replace the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.replaceEventsV1beta1NamespacedEventAsync(String name,
String namespace,
IoK8sApiEventsV1beta1Event body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiEventsV1beta1Event> callback)
(asynchronously)
replace the specified Event
|
com.squareup.okhttp.Call |
EventsV1beta1Api.replaceEventsV1beta1NamespacedEventCall(String name,
String namespace,
IoK8sApiEventsV1beta1Event body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceEventsV1beta1NamespacedEvent
|
ApiResponse<IoK8sApiEventsV1beta1Event> |
EventsV1beta1Api.replaceEventsV1beta1NamespacedEventWithHttpInfo(String name,
String namespace,
IoK8sApiEventsV1beta1Event body,
String pretty,
String dryRun)
replace the specified Event
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSet(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedDaemonSet
|
IoK8sApiExtensionsV1beta1DaemonSet |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetStatus(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetStatusAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1DaemonSet> callback)
(asynchronously)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetStatusCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedDaemonSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun)
replace status of the specified DaemonSet
|
ApiResponse<IoK8sApiExtensionsV1beta1DaemonSet> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1DaemonSet body,
String pretty,
String dryRun)
replace the specified DaemonSet
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeployment(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedDeployment
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentScale(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentScaleAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentScaleCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedDeploymentScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified Deployment
|
IoK8sApiExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentStatus(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentStatusAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentStatusCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedDeploymentStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun)
replace status of the specified Deployment
|
ApiResponse<IoK8sApiExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Deployment body,
String pretty,
String dryRun)
replace the specified Deployment
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngress(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun)
replace the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
replace the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedIngress
|
IoK8sApiExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressStatus(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun)
replace status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressStatusAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Ingress> callback)
(asynchronously)
replace status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressStatusCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedIngressStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressStatusWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun)
replace status of the specified Ingress
|
ApiResponse<IoK8sApiExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedIngressWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Ingress body,
String pretty,
String dryRun)
replace the specified Ingress
|
IoK8sApiExtensionsV1beta1NetworkPolicy |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedNetworkPolicy(String name,
String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
String pretty,
String dryRun)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedNetworkPolicyAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1NetworkPolicy> callback)
(asynchronously)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedNetworkPolicyCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1NetworkPolicy> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1NetworkPolicy body,
String pretty,
String dryRun)
replace the specified NetworkPolicy
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSet(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetScale(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetScaleAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetScaleCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedReplicaSetScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1ReplicaSet |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetStatus(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetStatusAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1ReplicaSet> callback)
(asynchronously)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetStatusCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedReplicaSetStatus
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun)
replace status of the specified ReplicaSet
|
ApiResponse<IoK8sApiExtensionsV1beta1ReplicaSet> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1ReplicaSet body,
String pretty,
String dryRun)
replace the specified ReplicaSet
|
IoK8sApiExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicationControllerDummyScale(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicationControllerDummyScaleAsync(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified ReplicationControllerDummy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicationControllerDummyScaleCall(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1NamespacedReplicationControllerDummyScale
|
ApiResponse<IoK8sApiExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1NamespacedReplicationControllerDummyScaleWithHttpInfo(String name,
String namespace,
IoK8sApiExtensionsV1beta1Scale body,
String pretty,
String dryRun)
replace scale of the specified ReplicationControllerDummy
|
IoK8sApiExtensionsV1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.replaceExtensionsV1beta1PodSecurityPolicy(String name,
IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
String pretty,
String dryRun)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1PodSecurityPolicyAsync(String name,
IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiExtensionsV1beta1PodSecurityPolicy> callback)
(asynchronously)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceExtensionsV1beta1PodSecurityPolicyCall(String name,
IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceExtensionsV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiExtensionsV1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.replaceExtensionsV1beta1PodSecurityPolicyWithHttpInfo(String name,
IoK8sApiExtensionsV1beta1PodSecurityPolicy body,
String pretty,
String dryRun)
replace the specified PodSecurityPolicy
|
IoK8sApiNetworkingV1NetworkPolicy |
NetworkingV1Api.replaceNetworkingV1NamespacedNetworkPolicy(String name,
String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
String pretty,
String dryRun)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.replaceNetworkingV1NamespacedNetworkPolicyAsync(String name,
String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiNetworkingV1NetworkPolicy> callback)
(asynchronously)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
NetworkingV1Api.replaceNetworkingV1NamespacedNetworkPolicyCall(String name,
String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNetworkingV1NamespacedNetworkPolicy
|
ApiResponse<IoK8sApiNetworkingV1NetworkPolicy> |
NetworkingV1Api.replaceNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
IoK8sApiNetworkingV1NetworkPolicy body,
String pretty,
String dryRun)
replace the specified NetworkPolicy
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudget(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun)
replace the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetAsync(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
replace the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetCall(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePolicyV1beta1NamespacedPodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodDisruptionBudget |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetStatus(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun)
replace status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodDisruptionBudget> callback)
(asynchronously)
replace status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePolicyV1beta1NamespacedPodDisruptionBudgetStatus
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun)
replace status of the specified PodDisruptionBudget
|
ApiResponse<IoK8sApiPolicyV1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replacePolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
IoK8sApiPolicyV1beta1PodDisruptionBudget body,
String pretty,
String dryRun)
replace the specified PodDisruptionBudget
|
IoK8sApiPolicyV1beta1PodSecurityPolicy |
PolicyV1beta1Api.replacePolicyV1beta1PodSecurityPolicy(String name,
IoK8sApiPolicyV1beta1PodSecurityPolicy body,
String pretty,
String dryRun)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1PodSecurityPolicyAsync(String name,
IoK8sApiPolicyV1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiPolicyV1beta1PodSecurityPolicy> callback)
(asynchronously)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replacePolicyV1beta1PodSecurityPolicyCall(String name,
IoK8sApiPolicyV1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePolicyV1beta1PodSecurityPolicy
|
ApiResponse<IoK8sApiPolicyV1beta1PodSecurityPolicy> |
PolicyV1beta1Api.replacePolicyV1beta1PodSecurityPolicyWithHttpInfo(String name,
IoK8sApiPolicyV1beta1PodSecurityPolicy body,
String pretty,
String dryRun)
replace the specified PodSecurityPolicy
|
IoK8sApiRbacV1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRole(String name,
IoK8sApiRbacV1beta1ClusterRole body,
String pretty,
String dryRun)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleAsync(String name,
IoK8sApiRbacV1beta1ClusterRole body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
IoK8sApiRbacV1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleBinding(String name,
IoK8sApiRbacV1beta1ClusterRoleBinding body,
String pretty,
String dryRun)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleBindingAsync(String name,
IoK8sApiRbacV1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1ClusterRoleBinding> callback)
(asynchronously)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleBindingCall(String name,
IoK8sApiRbacV1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1beta1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(String name,
IoK8sApiRbacV1beta1ClusterRoleBinding body,
String pretty,
String dryRun)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleCall(String name,
IoK8sApiRbacV1beta1ClusterRole body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1beta1ClusterRole
|
ApiResponse<IoK8sApiRbacV1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(String name,
IoK8sApiRbacV1beta1ClusterRole body,
String pretty,
String dryRun)
replace the specified ClusterRole
|
IoK8sApiRbacV1beta1Role |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRole(String name,
String namespace,
IoK8sApiRbacV1beta1Role body,
String pretty,
String dryRun)
replace the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleAsync(String name,
String namespace,
IoK8sApiRbacV1beta1Role body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1Role> callback)
(asynchronously)
replace the specified Role
|
IoK8sApiRbacV1beta1RoleBinding |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleBinding(String name,
String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
String pretty,
String dryRun)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String name,
String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1beta1RoleBinding> callback)
(asynchronously)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleBindingCall(String name,
String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1beta1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
IoK8sApiRbacV1beta1RoleBinding body,
String pretty,
String dryRun)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleCall(String name,
String namespace,
IoK8sApiRbacV1beta1Role body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1beta1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1beta1Role> |
RbacAuthorizationV1beta1Api.replaceRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String name,
String namespace,
IoK8sApiRbacV1beta1Role body,
String pretty,
String dryRun)
replace the specified Role
|
IoK8sApiRbacV1ClusterRole |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRole(String name,
IoK8sApiRbacV1ClusterRole body,
String pretty,
String dryRun)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleAsync(String name,
IoK8sApiRbacV1ClusterRole body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
IoK8sApiRbacV1ClusterRoleBinding |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleBinding(String name,
IoK8sApiRbacV1ClusterRoleBinding body,
String pretty,
String dryRun)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleBindingAsync(String name,
IoK8sApiRbacV1ClusterRoleBinding body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1ClusterRoleBinding> callback)
(asynchronously)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleBindingCall(String name,
IoK8sApiRbacV1ClusterRoleBinding body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1ClusterRoleBinding
|
ApiResponse<IoK8sApiRbacV1ClusterRoleBinding> |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(String name,
IoK8sApiRbacV1ClusterRoleBinding body,
String pretty,
String dryRun)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleCall(String name,
IoK8sApiRbacV1ClusterRole body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1ClusterRole
|
ApiResponse<IoK8sApiRbacV1ClusterRole> |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1ClusterRoleWithHttpInfo(String name,
IoK8sApiRbacV1ClusterRole body,
String pretty,
String dryRun)
replace the specified ClusterRole
|
IoK8sApiRbacV1Role |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRole(String name,
String namespace,
IoK8sApiRbacV1Role body,
String pretty,
String dryRun)
replace the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleAsync(String name,
String namespace,
IoK8sApiRbacV1Role body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1Role> callback)
(asynchronously)
replace the specified Role
|
IoK8sApiRbacV1RoleBinding |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleBinding(String name,
String namespace,
IoK8sApiRbacV1RoleBinding body,
String pretty,
String dryRun)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleBindingAsync(String name,
String namespace,
IoK8sApiRbacV1RoleBinding body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiRbacV1RoleBinding> callback)
(asynchronously)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleBindingCall(String name,
String namespace,
IoK8sApiRbacV1RoleBinding body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1NamespacedRoleBinding
|
ApiResponse<IoK8sApiRbacV1RoleBinding> |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
IoK8sApiRbacV1RoleBinding body,
String pretty,
String dryRun)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleCall(String name,
String namespace,
IoK8sApiRbacV1Role body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceRbacAuthorizationV1NamespacedRole
|
ApiResponse<IoK8sApiRbacV1Role> |
RbacAuthorizationV1Api.replaceRbacAuthorizationV1NamespacedRoleWithHttpInfo(String name,
String namespace,
IoK8sApiRbacV1Role body,
String pretty,
String dryRun)
replace the specified Role
|
IoK8sApiSchedulingV1beta1PriorityClass |
SchedulingV1beta1Api.replaceSchedulingV1beta1PriorityClass(String name,
IoK8sApiSchedulingV1beta1PriorityClass body,
String pretty,
String dryRun)
replace the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.replaceSchedulingV1beta1PriorityClassAsync(String name,
IoK8sApiSchedulingV1beta1PriorityClass body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiSchedulingV1beta1PriorityClass> callback)
(asynchronously)
replace the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.replaceSchedulingV1beta1PriorityClassCall(String name,
IoK8sApiSchedulingV1beta1PriorityClass body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceSchedulingV1beta1PriorityClass
|
ApiResponse<IoK8sApiSchedulingV1beta1PriorityClass> |
SchedulingV1beta1Api.replaceSchedulingV1beta1PriorityClassWithHttpInfo(String name,
IoK8sApiSchedulingV1beta1PriorityClass body,
String pretty,
String dryRun)
replace the specified PriorityClass
|
IoK8sApiStorageV1beta1StorageClass |
StorageV1beta1Api.replaceStorageV1beta1StorageClass(String name,
IoK8sApiStorageV1beta1StorageClass body,
String pretty,
String dryRun)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageV1beta1StorageClassAsync(String name,
IoK8sApiStorageV1beta1StorageClass body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageV1beta1StorageClassCall(String name,
IoK8sApiStorageV1beta1StorageClass body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageV1beta1StorageClass
|
ApiResponse<IoK8sApiStorageV1beta1StorageClass> |
StorageV1beta1Api.replaceStorageV1beta1StorageClassWithHttpInfo(String name,
IoK8sApiStorageV1beta1StorageClass body,
String pretty,
String dryRun)
replace the specified StorageClass
|
IoK8sApiStorageV1beta1VolumeAttachment |
StorageV1beta1Api.replaceStorageV1beta1VolumeAttachment(String name,
IoK8sApiStorageV1beta1VolumeAttachment body,
String pretty,
String dryRun)
replace the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageV1beta1VolumeAttachmentAsync(String name,
IoK8sApiStorageV1beta1VolumeAttachment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1beta1VolumeAttachment> callback)
(asynchronously)
replace the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageV1beta1VolumeAttachmentCall(String name,
IoK8sApiStorageV1beta1VolumeAttachment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageV1beta1VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1beta1VolumeAttachment> |
StorageV1beta1Api.replaceStorageV1beta1VolumeAttachmentWithHttpInfo(String name,
IoK8sApiStorageV1beta1VolumeAttachment body,
String pretty,
String dryRun)
replace the specified VolumeAttachment
|
IoK8sApiStorageV1StorageClass |
StorageV1Api.replaceStorageV1StorageClass(String name,
IoK8sApiStorageV1StorageClass body,
String pretty,
String dryRun)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1StorageClassAsync(String name,
IoK8sApiStorageV1StorageClass body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1StorageClassCall(String name,
IoK8sApiStorageV1StorageClass body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageV1StorageClass
|
ApiResponse<IoK8sApiStorageV1StorageClass> |
StorageV1Api.replaceStorageV1StorageClassWithHttpInfo(String name,
IoK8sApiStorageV1StorageClass body,
String pretty,
String dryRun)
replace the specified StorageClass
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.replaceStorageV1VolumeAttachment(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun)
replace the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1VolumeAttachmentAsync(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
replace the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1VolumeAttachmentCall(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageV1VolumeAttachment
|
IoK8sApiStorageV1VolumeAttachment |
StorageV1Api.replaceStorageV1VolumeAttachmentStatus(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun)
replace status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1VolumeAttachmentStatusAsync(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun,
ApiCallback<IoK8sApiStorageV1VolumeAttachment> callback)
(asynchronously)
replace status of the specified VolumeAttachment
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageV1VolumeAttachmentStatusCall(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageV1VolumeAttachmentStatus
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.replaceStorageV1VolumeAttachmentStatusWithHttpInfo(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun)
replace status of the specified VolumeAttachment
|
ApiResponse<IoK8sApiStorageV1VolumeAttachment> |
StorageV1Api.replaceStorageV1VolumeAttachmentWithHttpInfo(String name,
IoK8sApiStorageV1VolumeAttachment body,
String pretty,
String dryRun)
replace the specified VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfiguration(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind MutatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind MutatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAdmissionregistrationV1beta1MutatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of MutatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of MutatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAdmissionregistrationV1beta1MutatingWebhookConfigurationList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of MutatingWebhookConfiguration.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1MutatingWebhookConfigurationWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind MutatingWebhookConfiguration.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfiguration(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ValidatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ValidatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAdmissionregistrationV1beta1ValidatingWebhookConfiguration
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ValidatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ValidatingWebhookConfiguration.
|
com.squareup.okhttp.Call |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ValidatingWebhookConfiguration.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AdmissionregistrationV1beta1Api.watchAdmissionregistrationV1beta1ValidatingWebhookConfigurationWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ValidatingWebhookConfiguration.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinition(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CustomResourceDefinition.
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind CustomResourceDefinition.
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiextensionsV1beta1CustomResourceDefinition
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CustomResourceDefinition.
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of CustomResourceDefinition.
|
com.squareup.okhttp.Call |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiextensionsV1beta1CustomResourceDefinitionList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CustomResourceDefinition.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiextensionsV1beta1Api.watchApiextensionsV1beta1CustomResourceDefinitionWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CustomResourceDefinition.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiregistrationV1Api.watchApiregistrationV1APIService(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.watchApiregistrationV1APIServiceAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.watchApiregistrationV1APIServiceCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiregistrationV1APIService
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiregistrationV1Api.watchApiregistrationV1APIServiceList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.watchApiregistrationV1APIServiceListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1Api.watchApiregistrationV1APIServiceListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiregistrationV1APIServiceList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiregistrationV1Api.watchApiregistrationV1APIServiceListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of APIService.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiregistrationV1Api.watchApiregistrationV1APIServiceWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind APIService.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIService(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiregistrationV1beta1APIService
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of APIService.
|
com.squareup.okhttp.Call |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchApiregistrationV1beta1APIServiceList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of APIService.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ApiregistrationV1beta1Api.watchApiregistrationV1beta1APIServiceWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind APIService.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1ControllerRevisionListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1ControllerRevisionListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1ControllerRevisionListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1ControllerRevisionListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1ControllerRevisionListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1DeploymentListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1DeploymentListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1DeploymentListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1DeploymentListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1DeploymentListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevision(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedControllerRevision
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedControllerRevisionList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeployment(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedDeploymentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedStatefulSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1NamespacedStatefulSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta1Api.watchAppsV1beta1StatefulSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1StatefulSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta1Api.watchAppsV1beta1StatefulSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta1StatefulSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta1Api.watchAppsV1beta1StatefulSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2ControllerRevisionListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2ControllerRevisionListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2ControllerRevisionListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2ControllerRevisionListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2ControllerRevisionListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2DaemonSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2DaemonSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2DaemonSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2DaemonSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2DaemonSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2DeploymentListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2DeploymentListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2DeploymentListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2DeploymentListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2DeploymentListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevision(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedControllerRevision
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedControllerRevisionList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedDaemonSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedDaemonSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeployment(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedDeploymentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedReplicaSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedReplicaSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedStatefulSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2NamespacedStatefulSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2ReplicaSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2ReplicaSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2ReplicaSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2ReplicaSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2ReplicaSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1beta2Api.watchAppsV1beta2StatefulSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2StatefulSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1beta2Api.watchAppsV1beta2StatefulSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1beta2StatefulSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1beta2Api.watchAppsV1beta2StatefulSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1ControllerRevisionListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1ControllerRevisionListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1ControllerRevisionListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1ControllerRevisionListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1ControllerRevisionListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1DaemonSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1DaemonSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1DaemonSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1DaemonSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1DaemonSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1DeploymentListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1DeploymentListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1DeploymentListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1DeploymentListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1DeploymentListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedControllerRevision(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedControllerRevisionAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedControllerRevisionCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedControllerRevision
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedControllerRevisionList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedControllerRevisionListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ControllerRevision.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedControllerRevisionListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedControllerRevisionList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedControllerRevisionListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ControllerRevision.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ControllerRevision.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedDaemonSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDaemonSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDaemonSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedDaemonSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedDaemonSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDaemonSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDaemonSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedDaemonSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedDaemonSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedDeployment(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDeploymentAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDeploymentCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedDeploymentList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDeploymentListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedDeploymentListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedDeploymentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedDeploymentListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedReplicaSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedReplicaSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedReplicaSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedReplicaSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedReplicaSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedReplicaSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedReplicaSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedReplicaSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedReplicaSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedStatefulSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedStatefulSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedStatefulSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedStatefulSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1NamespacedStatefulSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedStatefulSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1NamespacedStatefulSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1NamespacedStatefulSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedStatefulSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1NamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1ReplicaSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1ReplicaSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1ReplicaSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1ReplicaSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1ReplicaSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AppsV1Api.watchAppsV1StatefulSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1StatefulSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StatefulSet.
|
com.squareup.okhttp.Call |
AppsV1Api.watchAppsV1StatefulSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAppsV1StatefulSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AppsV1Api.watchAppsV1StatefulSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StatefulSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV1Api.watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV1Api.watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV1NamespacedHorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV1NamespacedHorizontalPodAutoscalerList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV1Api.watchAutoscalingV1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta1Api.watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta1Api.watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta1Api.watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta2Api.watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta2Api.watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of HorizontalPodAutoscaler.
|
com.squareup.okhttp.Call |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of HorizontalPodAutoscaler.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
AutoscalingV2beta2Api.watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind HorizontalPodAutoscaler.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1beta1Api.watchBatchV1beta1CronJobListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1CronJobListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1CronJobListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1beta1CronJobListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1beta1Api.watchBatchV1beta1CronJobListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CronJob.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJob(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1beta1NamespacedCronJob
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of CronJob.
|
com.squareup.okhttp.Call |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1beta1NamespacedCronJobList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CronJob.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1beta1Api.watchBatchV1beta1NamespacedCronJobWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CronJob.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1Api.watchBatchV1JobListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1JobListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1JobListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1JobListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1Api.watchBatchV1JobListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Job.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1Api.watchBatchV1NamespacedJob(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1NamespacedJobAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1NamespacedJobCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1NamespacedJob
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
BatchV1Api.watchBatchV1NamespacedJobList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1NamespacedJobListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Job.
|
com.squareup.okhttp.Call |
BatchV1Api.watchBatchV1NamespacedJobListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchBatchV1NamespacedJobList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1Api.watchBatchV1NamespacedJobListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Job.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
BatchV1Api.watchBatchV1NamespacedJobWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Job.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequest(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CertificateSigningRequest.
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind CertificateSigningRequest.
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCertificatesV1beta1CertificateSigningRequest
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CertificateSigningRequest.
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of CertificateSigningRequest.
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCertificatesV1beta1CertificateSigningRequestList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of CertificateSigningRequest.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CertificatesV1beta1Api.watchCertificatesV1beta1CertificateSigningRequestWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind CertificateSigningRequest.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoordinationV1beta1Api.watchCoordinationV1beta1LeaseListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1LeaseListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1LeaseListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoordinationV1beta1LeaseListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoordinationV1beta1Api.watchCoordinationV1beta1LeaseListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Lease.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLease(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoordinationV1beta1NamespacedLease
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Lease.
|
com.squareup.okhttp.Call |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoordinationV1beta1NamespacedLeaseList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Lease.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoordinationV1beta1Api.watchCoordinationV1beta1NamespacedLeaseWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Lease.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1ConfigMapListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ConfigMapListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ConfigMapListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1ConfigMapListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1ConfigMapListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ConfigMap.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1EndpointsListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1EndpointsListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1EndpointsListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1EndpointsListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1EndpointsListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Endpoints.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1EventListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1EventListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1EventListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1EventListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1EventListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1LimitRangeListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1LimitRangeListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1LimitRangeListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1LimitRangeListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1LimitRangeListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of LimitRange.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1Namespace(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Namespace.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespaceAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Namespace.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespaceCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1Namespace
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedConfigMap(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedConfigMapAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedConfigMapCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedConfigMap
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedConfigMapList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedConfigMapListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ConfigMap.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedConfigMapListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedConfigMapList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedConfigMapListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ConfigMap.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedConfigMapWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ConfigMap.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedEndpoints(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEndpointsAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEndpointsCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedEndpoints
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedEndpointsList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEndpointsListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Endpoints.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEndpointsListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedEndpointsList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedEndpointsListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Endpoints.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedEndpointsWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Endpoints.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedEvent(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEventAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEventCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedEvent
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedEventList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEventListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedEventListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedEventList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedEventListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedEventWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Event.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedLimitRange(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedLimitRangeAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedLimitRangeCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedLimitRange
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedLimitRangeList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedLimitRangeListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of LimitRange.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedLimitRangeListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedLimitRangeList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedLimitRangeListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of LimitRange.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind LimitRange.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaim(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPersistentVolumeClaim
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPersistentVolumeClaimList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolumeClaim.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PersistentVolumeClaim.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPod(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPod
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPodList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPodList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPodListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Pod.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPodTemplate(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodTemplateAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodTemplateCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPodTemplate
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedPodTemplateList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodTemplateListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedPodTemplateListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedPodTemplateList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPodTemplateListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodTemplate.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodTemplate.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedPodWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Pod.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedReplicationController(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedReplicationControllerAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedReplicationControllerCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedReplicationController
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedReplicationControllerList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedReplicationControllerListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedReplicationControllerListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedReplicationControllerList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedReplicationControllerListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicationController.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicationController.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedResourceQuota(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedResourceQuotaAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedResourceQuotaCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedResourceQuota
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedResourceQuotaList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedResourceQuotaListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedResourceQuotaListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedResourceQuotaList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedResourceQuotaListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ResourceQuota.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ResourceQuota.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedSecret(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedSecretAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedSecretCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedSecret
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedSecretList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedSecretListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedSecretListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedSecretList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedSecretListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Secret.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedSecretWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Secret.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedService(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Service.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedServiceAccount(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceAccountAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceAccountCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedServiceAccount
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedServiceAccountList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceAccountListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceAccountListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedServiceAccountList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedServiceAccountListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ServiceAccount.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Service.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedService
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespacedServiceList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Service.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Service.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespacedServiceListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespacedServiceList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedServiceListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Service.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespacedServiceWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Service.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NamespaceList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Namespace.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespaceListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Namespace.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NamespaceListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NamespaceList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespaceListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Namespace.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NamespaceWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Namespace.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1Node(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Node.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NodeAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Node.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NodeCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1Node
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1NodeList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Node.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NodeListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Node.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1NodeListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1NodeList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NodeListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Node.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1NodeWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Node.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1PersistentVolume(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PersistentVolume.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PersistentVolume.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1PersistentVolume
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1PersistentVolumeClaimListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeClaimListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PersistentVolumeClaim.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeClaimListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1PersistentVolumeClaimListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1PersistentVolumeClaimListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolumeClaim.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1PersistentVolumeList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolume.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PersistentVolume.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PersistentVolumeListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1PersistentVolumeList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1PersistentVolumeListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PersistentVolume.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1PersistentVolumeWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PersistentVolume.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1PodListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PodListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Pod.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PodListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1PodListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1PodListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Pod.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1PodTemplateListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PodTemplateListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodTemplate.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1PodTemplateListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1PodTemplateListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1PodTemplateListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodTemplate.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1ReplicationControllerListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ReplicationControllerListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicationController.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ReplicationControllerListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1ReplicationControllerListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1ReplicationControllerListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicationController.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1ResourceQuotaListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ResourceQuotaListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ResourceQuota.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ResourceQuotaListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1ResourceQuotaListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1ResourceQuotaListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ResourceQuota.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1SecretListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1SecretListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Secret.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1SecretListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1SecretListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1SecretListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Secret.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1ServiceAccountListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ServiceAccountListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ServiceAccount.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ServiceAccountListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1ServiceAccountListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1ServiceAccountListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ServiceAccount.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
CoreV1Api.watchCoreV1ServiceListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Service.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ServiceListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Service.
|
com.squareup.okhttp.Call |
CoreV1Api.watchCoreV1ServiceListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchCoreV1ServiceListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
CoreV1Api.watchCoreV1ServiceListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Service.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
EventsV1beta1Api.watchEventsV1beta1EventListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1EventListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1EventListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchEventsV1beta1EventListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
EventsV1beta1Api.watchEventsV1beta1EventListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
EventsV1beta1Api.watchEventsV1beta1NamespacedEvent(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchEventsV1beta1NamespacedEvent
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Event.
|
com.squareup.okhttp.Call |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchEventsV1beta1NamespacedEventList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Event.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
EventsV1beta1Api.watchEventsV1beta1NamespacedEventWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Event.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1DaemonSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1DaemonSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1DaemonSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1DaemonSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1DaemonSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1DeploymentListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1DeploymentListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1DeploymentListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1DeploymentListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1DeploymentListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1IngressListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1IngressListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1IngressListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1IngressListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1IngressListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Ingress.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedDaemonSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of DaemonSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedDaemonSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of DaemonSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind DaemonSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeployment(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedDeployment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Deployment.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedDeploymentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Deployment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedDeploymentWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Deployment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngress(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedIngress
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Ingress.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedIngressList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Ingress.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedIngressWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Ingress.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicy(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedNetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedNetworkPolicyList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind NetworkPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSet(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedReplicaSet
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NamespacedReplicaSetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1NetworkPolicyListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NetworkPolicyListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1NetworkPolicyListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1NetworkPolicyListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1NetworkPolicyListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicy(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodSecurityPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PodSecurityPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodSecurityPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodSecurityPolicy.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1PodSecurityPolicyList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodSecurityPolicy.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1PodSecurityPolicyWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodSecurityPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
ExtensionsV1beta1Api.watchExtensionsV1beta1ReplicaSetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1ReplicaSetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ReplicaSet.
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.watchExtensionsV1beta1ReplicaSetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchExtensionsV1beta1ReplicaSetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
ExtensionsV1beta1Api.watchExtensionsV1beta1ReplicaSetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ReplicaSet.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicy(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNetworkingV1NamespacedNetworkPolicy
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNetworkingV1NamespacedNetworkPolicyList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
NetworkingV1Api.watchNetworkingV1NamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind NetworkPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
NetworkingV1Api.watchNetworkingV1NetworkPolicyListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NetworkPolicyListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of NetworkPolicy.
|
com.squareup.okhttp.Call |
NetworkingV1Api.watchNetworkingV1NetworkPolicyListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchNetworkingV1NetworkPolicyListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
NetworkingV1Api.watchNetworkingV1NetworkPolicyListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of NetworkPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudget(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchPolicyV1beta1NamespacedPodDisruptionBudget
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchPolicyV1beta1NamespacedPodDisruptionBudgetList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodDisruptionBudget.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
PolicyV1beta1Api.watchPolicyV1beta1NamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodDisruptionBudget.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
PolicyV1beta1Api.watchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodDisruptionBudget.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
PolicyV1beta1Api.watchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodDisruptionBudget.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicy(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodSecurityPolicy.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PodSecurityPolicy.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchPolicyV1beta1PodSecurityPolicy
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodSecurityPolicy.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PodSecurityPolicy.
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchPolicyV1beta1PodSecurityPolicyList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PodSecurityPolicy.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
PolicyV1beta1Api.watchPolicyV1beta1PodSecurityPolicyWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PodSecurityPolicy.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRole(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ClusterRole.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBinding(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1ClusterRoleBinding
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1ClusterRoleBindingList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRoleBinding.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleBindingWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1ClusterRole
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1ClusterRoleList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRole.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1ClusterRoleWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRole.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRole(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBinding(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1NamespacedRoleBinding
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1NamespacedRoleBindingList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1NamespacedRole
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1NamespacedRoleList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1NamespacedRoleWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleBindingListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1RoleBindingListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1beta1RoleListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1beta1Api.watchRbacAuthorizationV1beta1RoleListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRole(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ClusterRole.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBinding(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1ClusterRoleBinding
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1ClusterRoleBindingList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRoleBinding.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleBindingWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1ClusterRole
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of ClusterRole.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1ClusterRoleList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of ClusterRole.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1ClusterRoleWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind ClusterRole.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRole(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBinding(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingAsync(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1NamespacedRoleBinding
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1NamespacedRoleBindingList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleCall(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1NamespacedRole
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleList(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleListAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleListCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1NamespacedRoleList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleListWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1NamespacedRoleWithHttpInfo(String name,
String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleBindingListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleBindingListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of RoleBinding.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleBindingListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1RoleBindingListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleBindingListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of RoleBinding.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleListForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleListForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of Role.
|
com.squareup.okhttp.Call |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleListForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchRbacAuthorizationV1RoleListForAllNamespaces
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
RbacAuthorizationV1Api.watchRbacAuthorizationV1RoleListForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of Role.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClass(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PriorityClass.
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind PriorityClass.
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchSchedulingV1beta1PriorityClass
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PriorityClass.
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of PriorityClass.
|
com.squareup.okhttp.Call |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchSchedulingV1beta1PriorityClassList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of PriorityClass.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
SchedulingV1beta1Api.watchSchedulingV1beta1PriorityClassWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind PriorityClass.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1beta1Api.watchStorageV1beta1StorageClass(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StorageClass.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1StorageClassAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind StorageClass.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1StorageClassCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1beta1StorageClass
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1beta1Api.watchStorageV1beta1StorageClassList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StorageClass.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1StorageClassListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StorageClass.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1StorageClassListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1beta1StorageClassList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1beta1Api.watchStorageV1beta1StorageClassListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StorageClass.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1beta1Api.watchStorageV1beta1StorageClassWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StorageClass.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachment(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1beta1VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1beta1VolumeAttachmentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of VolumeAttachment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1beta1Api.watchStorageV1beta1VolumeAttachmentWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind VolumeAttachment.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1Api.watchStorageV1StorageClass(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StorageClass.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1StorageClassAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind StorageClass.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1StorageClassCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1StorageClass
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1Api.watchStorageV1StorageClassList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StorageClass.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1StorageClassListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of StorageClass.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1StorageClassListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1StorageClassList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1Api.watchStorageV1StorageClassListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of StorageClass.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1Api.watchStorageV1StorageClassWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind StorageClass.
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1Api.watchStorageV1VolumeAttachment(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1VolumeAttachmentAsync(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch changes to an object of kind VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1VolumeAttachmentCall(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1VolumeAttachment
|
IoK8sApimachineryPkgApisMetaV1WatchEvent |
StorageV1Api.watchStorageV1VolumeAttachmentList(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1VolumeAttachmentListAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<IoK8sApimachineryPkgApisMetaV1WatchEvent> callback)
(asynchronously)
watch individual changes to a list of VolumeAttachment.
|
com.squareup.okhttp.Call |
StorageV1Api.watchStorageV1VolumeAttachmentListCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for watchStorageV1VolumeAttachmentList
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1Api.watchStorageV1VolumeAttachmentListWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch individual changes to a list of VolumeAttachment.
|
ApiResponse<IoK8sApimachineryPkgApisMetaV1WatchEvent> |
StorageV1Api.watchStorageV1VolumeAttachmentWithHttpInfo(String name,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
watch changes to an object of kind VolumeAttachment.
|
Copyright © 2019. All rights reserved.